public static enum RespectVMContext.ModType extends java.lang.Enum<RespectVMContext.ModType>
Enum Constant and Description |
---|
ADD_PRED |
ADD_SPEC |
ADD_TUPLE |
DEL_PRED |
DEL_SPEC |
DEL_TUPLE |
EMPTY_PRED |
EMPTY_SPEC |
EMPTY_TUPLES |
Modifier and Type | Method and Description |
---|---|
static RespectVMContext.ModType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RespectVMContext.ModType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RespectVMContext.ModType ADD_PRED
public static final RespectVMContext.ModType ADD_SPEC
public static final RespectVMContext.ModType ADD_TUPLE
public static final RespectVMContext.ModType DEL_PRED
public static final RespectVMContext.ModType DEL_SPEC
public static final RespectVMContext.ModType DEL_TUPLE
public static final RespectVMContext.ModType EMPTY_PRED
public static final RespectVMContext.ModType EMPTY_SPEC
public static final RespectVMContext.ModType EMPTY_TUPLES
public static RespectVMContext.ModType[] values()
for (RespectVMContext.ModType c : RespectVMContext.ModType.values()) System.out.println(c);
public static RespectVMContext.ModType 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