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