public static enum IPDAState.PDAStateType extends Enum<IPDAState.PDAStateType>
| Enum Constant and Description |
|---|
ELEMENT |
RULECALL_ENTER |
RULECALL_EXIT |
START |
STOP |
| Modifier and Type | Method and Description |
|---|---|
static IPDAState.PDAStateType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IPDAState.PDAStateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IPDAState.PDAStateType ELEMENT
public static final IPDAState.PDAStateType RULECALL_ENTER
public static final IPDAState.PDAStateType RULECALL_EXIT
public static final IPDAState.PDAStateType START
public static final IPDAState.PDAStateType STOP
public static IPDAState.PDAStateType[] values()
for (IPDAState.PDAStateType c : IPDAState.PDAStateType.values()) System.out.println(c);
public static IPDAState.PDAStateType 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 nullCopyright © 2015. All Rights Reserved.