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