protected static enum RuleAspect.State extends Enum<RuleAspect.State>
| Modifier and Type | Method and Description |
|---|---|
static RuleAspect.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleAspect.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuleAspect.State INIT
public static final RuleAspect.State PRE
public static final RuleAspect.State POST
public static RuleAspect.State[] values()
for (RuleAspect.State c : RuleAspect.State.values()) System.out.println(c);
public static RuleAspect.State valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 1999–2013 CodeLutin. All rights reserved.