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