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