public enum DeclareTemplatesL extends java.lang.Enum<DeclareTemplatesL>
Enum Constant and Description |
---|
Alternate |
Alternate_A |
Choice |
None |
RepeatAAlternate |
RepeatAAlternate_A |
RepeatAResponse |
RepeatBAlternate |
RepeatBAlternate_A |
RepeatBothAlternate |
RepeatBothAlternate_A |
RepeatBothResponse |
RepeatBResponse |
Response |
Modifier and Type | Method and Description |
---|---|
static DeclareTemplatesL |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeclareTemplatesL[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeclareTemplatesL None
public static final DeclareTemplatesL Choice
public static final DeclareTemplatesL Response
public static final DeclareTemplatesL Alternate
public static final DeclareTemplatesL Alternate_A
public static final DeclareTemplatesL RepeatAResponse
public static final DeclareTemplatesL RepeatBResponse
public static final DeclareTemplatesL RepeatAAlternate
public static final DeclareTemplatesL RepeatAAlternate_A
public static final DeclareTemplatesL RepeatBAlternate
public static final DeclareTemplatesL RepeatBAlternate_A
public static final DeclareTemplatesL RepeatBothResponse
public static final DeclareTemplatesL RepeatBothAlternate
public static final DeclareTemplatesL RepeatBothAlternate_A
public static DeclareTemplatesL[] values()
for (DeclareTemplatesL c : DeclareTemplatesL.values()) System.out.println(c);
public static DeclareTemplatesL 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