public static enum SmppSimulatorParameters.ValidityType extends java.lang.Enum<SmppSimulatorParameters.ValidityType>
| Enum Constant and Description |
|---|
NoSpecial |
ScheduleDeliveryTime_5min |
ValidityPeriod_2hours |
ValidityPeriod_5min |
| Modifier and Type | Method and Description |
|---|---|
static SmppSimulatorParameters.ValidityType |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2017. All Rights Reserved.