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