public static enum Defines.LinkParam extends java.lang.Enum<Defines.LinkParam>
Defines link parameter keys
| Enum Constant and Description |
|---|
Alias |
Channel |
Data |
Duration |
Feature |
Stage |
Tags |
Type |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKey() |
java.lang.String |
toString() |
static Defines.LinkParam |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Defines.LinkParam[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Defines.LinkParam Tags
public static final Defines.LinkParam Alias
public static final Defines.LinkParam Type
public static final Defines.LinkParam Duration
public static final Defines.LinkParam Channel
public static final Defines.LinkParam Feature
public static final Defines.LinkParam Stage
public static final Defines.LinkParam Data
public static Defines.LinkParam[] values()
for (Defines.LinkParam c : Defines.LinkParam.values()) System.out.println(c);
public static Defines.LinkParam valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getKey()
public java.lang.String toString()
toString in class java.lang.Enum<Defines.LinkParam>