public static enum PlanBody.BodyType extends java.lang.Enum<PlanBody.BodyType>
Enum Constant and Description |
---|
achieve |
achieveNF |
action |
addBel |
addBelBegin |
addBelEnd |
addBelNewFocus |
constraint |
delAddBel |
delBel |
internalAction |
none |
test |
Modifier and Type | Method and Description |
---|---|
static PlanBody.BodyType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlanBody.BodyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlanBody.BodyType none
public static final PlanBody.BodyType action
public static final PlanBody.BodyType internalAction
public static final PlanBody.BodyType achieve
public static final PlanBody.BodyType test
public static final PlanBody.BodyType addBel
public static final PlanBody.BodyType addBelNewFocus
public static final PlanBody.BodyType addBelBegin
public static final PlanBody.BodyType addBelEnd
public static final PlanBody.BodyType delBel
public static final PlanBody.BodyType delAddBel
public static final PlanBody.BodyType achieveNF
public static final PlanBody.BodyType constraint
public static PlanBody.BodyType[] values()
for (PlanBody.BodyType c : PlanBody.BodyType.values()) System.out.println(c);
public static PlanBody.BodyType 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