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