public static enum ObjectLabel.Kind extends Enum<ObjectLabel.Kind>
| Enum Constant and Description |
|---|
ACTIVATION |
ARGUMENTS |
ARRAY |
BOOLEAN |
DATE |
ERROR |
FUNCTION |
MATH |
NUMBER |
OBJECT |
REGEXP |
STRING |
| Modifier and Type | Method and Description |
|---|---|
static ObjectLabel.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectLabel.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjectLabel.Kind ACTIVATION
public static final ObjectLabel.Kind ARGUMENTS
public static final ObjectLabel.Kind ARRAY
public static final ObjectLabel.Kind BOOLEAN
public static final ObjectLabel.Kind DATE
public static final ObjectLabel.Kind ERROR
public static final ObjectLabel.Kind FUNCTION
public static final ObjectLabel.Kind MATH
public static final ObjectLabel.Kind NUMBER
public static final ObjectLabel.Kind OBJECT
public static final ObjectLabel.Kind REGEXP
public static final ObjectLabel.Kind STRING
public static ObjectLabel.Kind valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic static ObjectLabel.Kind[] values()
for (ObjectLabel.Kind c : ObjectLabel.Kind.values()) System.out.println(c);
Copyright © 2012 Aarhus University