public enum SmppBindType extends Enum<SmppBindType>
| Enum Constant and Description |
|---|
RECEIVER |
TRANSCEIVER |
TRANSMITTER |
| Modifier and Type | Method and Description |
|---|---|
static SmppBindType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmppBindType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SmppBindType TRANSCEIVER
public static final SmppBindType TRANSMITTER
public static final SmppBindType RECEIVER
public static SmppBindType[] values()
for (SmppBindType c : SmppBindType.values()) System.out.println(c);
public static SmppBindType 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 © 2009-2014 Cloudhopper by Twitter. All Rights Reserved.