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