public enum SmppSplittingPolicy extends Enum<SmppSplittingPolicy>
| Modifier and Type | Method and Description |
|---|---|
static SmppSplittingPolicy |
fromString(String policyName) |
static SmppSplittingPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmppSplittingPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SmppSplittingPolicy ALLOW
public static final SmppSplittingPolicy REJECT
public static final SmppSplittingPolicy TRUNCATE
public static SmppSplittingPolicy[] values()
for (SmppSplittingPolicy c : SmppSplittingPolicy.values()) System.out.println(c);
public static SmppSplittingPolicy 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 nullpublic static SmppSplittingPolicy fromString(String policyName) throws SmppException
SmppExceptionApache Camel