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