SMSLib 3.5.3

Uses of Class
org.smslib.smpp.Address.TypeOfNumber

Packages that use Address.TypeOfNumber
org.smslib.smpp   
 

Uses of Address.TypeOfNumber in org.smslib.smpp
 

Methods in org.smslib.smpp that return Address.TypeOfNumber
 Address.TypeOfNumber Address.getTypeOfNumber()
           
static Address.TypeOfNumber Address.TypeOfNumber.valueOf(byte value)
          Get the TypeOfNumber based on the specified byte value representation.
static Address.TypeOfNumber Address.TypeOfNumber.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Address.TypeOfNumber[] Address.TypeOfNumber.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.smslib.smpp with parameters of type Address.TypeOfNumber
Address(Address.TypeOfNumber typeOfNumber, Address.NumberingPlanIndicator numberingPlanIndicator)
           
 


SMSLib 3.5.3

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