public static enum SmppSimulatorParameters.ValidityType extends Enum<SmppSimulatorParameters.ValidityType>
| Enum Constant and Description |
|---|
NoSpecial |
ScheduleDeliveryTime_5min |
ValidityPeriod_2hours |
ValidityPeriod_5min |
| Modifier and Type | Method and Description |
|---|---|
static SmppSimulatorParameters.ValidityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmppSimulatorParameters.ValidityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SmppSimulatorParameters.ValidityType NoSpecial
public static final SmppSimulatorParameters.ValidityType ValidityPeriod_5min
public static final SmppSimulatorParameters.ValidityType ValidityPeriod_2hours
public static final SmppSimulatorParameters.ValidityType ScheduleDeliveryTime_5min
public static SmppSimulatorParameters.ValidityType[] values()
for (SmppSimulatorParameters.ValidityType c : SmppSimulatorParameters.ValidityType.values()) System.out.println(c);
public static SmppSimulatorParameters.ValidityType 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 nullCopyright © 2016. All Rights Reserved.