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