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