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