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