private static enum IteratedExpression.TypesEnum extends java.lang.Enum<IteratedExpression.TypesEnum>
Enum Constant and Description |
---|
ACollection |
AMap |
AnEnumeration |
AnIterator |
AString |
Undefined |
Modifier and Type | Method and Description |
---|---|
static IteratedExpression.TypesEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IteratedExpression.TypesEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IteratedExpression.TypesEnum Undefined
public static final IteratedExpression.TypesEnum ACollection
public static final IteratedExpression.TypesEnum AnIterator
public static final IteratedExpression.TypesEnum AnEnumeration
public static final IteratedExpression.TypesEnum AMap
public static final IteratedExpression.TypesEnum AString
public static IteratedExpression.TypesEnum[] values()
for (IteratedExpression.TypesEnum c : IteratedExpression.TypesEnum.values()) System.out.println(c);
public static IteratedExpression.TypesEnum 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