public enum ObInteractionOperatorEnum extends Enum<ObInteractionOperatorEnum>
| Enum Constant and Description |
|---|
ALT_OP |
ASSERT_OP |
BREAK_OP |
CONSIDER_OP |
CRITICAL_OP |
IGNORE_OP |
LOOP_OP |
NEG_OP |
OPT_OP |
PAR_OP |
SEQ_OP |
STRICT_OP |
| Modifier and Type | Method and Description |
|---|---|
static ObInteractionOperatorEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObInteractionOperatorEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObInteractionOperatorEnum SEQ_OP
public static final ObInteractionOperatorEnum ALT_OP
public static final ObInteractionOperatorEnum OPT_OP
public static final ObInteractionOperatorEnum BREAK_OP
public static final ObInteractionOperatorEnum PAR_OP
public static final ObInteractionOperatorEnum STRICT_OP
public static final ObInteractionOperatorEnum LOOP_OP
public static final ObInteractionOperatorEnum CRITICAL_OP
public static final ObInteractionOperatorEnum NEG_OP
public static final ObInteractionOperatorEnum ASSERT_OP
public static final ObInteractionOperatorEnum IGNORE_OP
public static final ObInteractionOperatorEnum CONSIDER_OP
public static ObInteractionOperatorEnum[] values()
for (ObInteractionOperatorEnum c : ObInteractionOperatorEnum.values()) System.out.println(c);
public static ObInteractionOperatorEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is null