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