| Enum Constant and Description |
|---|
CONTEXT_URL |
ROOT_DIR |
TVC_ACTION |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
get() |
static Macro |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Macro[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Macro ROOT_DIR
public static final Macro TVC_ACTION
public static final Macro CONTEXT_URL
public static Macro[] values()
for (Macro c : Macro.values()) System.out.println(c);
public static Macro 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 get()