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