SMSLib 3.5.3

org.smslib.smpp
Enum BindAttributes.BindType

java.lang.Object
  extended by java.lang.Enum<BindAttributes.BindType>
      extended by org.smslib.smpp.BindAttributes.BindType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<BindAttributes.BindType>
Enclosing class:
BindAttributes

public static enum BindAttributes.BindType
extends java.lang.Enum<BindAttributes.BindType>


Enum Constant Summary
RECEIVER
          RECEIVER
TRANSCEIVER
          TRANSCEIVER
TRANSMITTER
          TRANSMITTER
 
Method Summary
static BindAttributes.BindType getByShortName(java.lang.String value)
           
 java.lang.String value()
           
static BindAttributes.BindType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BindAttributes.BindType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

RECEIVER

public static final BindAttributes.BindType RECEIVER
RECEIVER


TRANSMITTER

public static final BindAttributes.BindType TRANSMITTER
TRANSMITTER


TRANSCEIVER

public static final BindAttributes.BindType TRANSCEIVER
TRANSCEIVER

Method Detail

values

public static BindAttributes.BindType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (BindAttributes.BindType c : BindAttributes.BindType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static BindAttributes.BindType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getByShortName

public static BindAttributes.BindType getByShortName(java.lang.String value)
                                              throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

value

public java.lang.String value()

SMSLib 3.5.3

(c) 2002-2011, http://smslib.org