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