|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.AddressPlan
Defines the address plan (or numbering plan) used. It is also used to indicate whether an address is actually defined in a TpAddress data element. For the case where the P_ADDRESS_PLAN_NOT_PRESENT and P_ADDRESS_PLAN_ANY are indicated, the rest of the information in the TpAddress is not valid. NOTE: P_ADDRESS_PLAN_MSMAIL is not to be used.
Field Summary | |
static int |
_ADDRESS_PLAN_AESA
AESA |
static int |
_ADDRESS_PLAN_ANY
Any address plan is deemed to match (This is only used for TpAddressRange) |
static int |
_ADDRESS_PLAN_E164
ITU-T Recommendation E.164 |
static int |
_ADDRESS_PLAN_IP
IP |
static int |
_ADDRESS_PLAN_MSMAIL
Microsoft Mail |
static int |
_ADDRESS_PLAN_MULTICAST
Multicast |
static int |
_ADDRESS_PLAN_NATIONAL
Reserved for National Specific use |
static int |
_ADDRESS_PLAN_NOT_PRESENT
No Address Present |
static int |
_ADDRESS_PLAN_NSAP
NSAP |
static int |
_ADDRESS_PLAN_SIP
Any valid address string allowed in RFC 3261 'SIP: Session Initiation Protocol' |
static int |
_ADDRESS_PLAN_SMTP
SMTP |
static int |
_ADDRESS_PLAN_UNDEFINED
Undefined |
static int |
_ADDRESS_PLAN_UNICAST
Unicast |
static int |
_ADDRESS_PLAN_URL
URL |
static int |
_ADDRESS_PLAN_X400
ITU-T Recommendation X.400 |
static org.csapi.jr.se.AddressPlan |
ADDRESS_PLAN_AESA
AESA |
static org.csapi.jr.se.AddressPlan |
ADDRESS_PLAN_ANY
Any address plan is deemed to match (This is only used for TpAddressRange) |
static org.csapi.jr.se.AddressPlan |
ADDRESS_PLAN_E164
ITU-T Recommendation E.164 |
static org.csapi.jr.se.AddressPlan |
ADDRESS_PLAN_IP
IP |
static org.csapi.jr.se.AddressPlan |
ADDRESS_PLAN_MSMAIL
Microsoft Mail |
static org.csapi.jr.se.AddressPlan |
ADDRESS_PLAN_MULTICAST
Multicast |
static org.csapi.jr.se.AddressPlan |
ADDRESS_PLAN_NATIONAL
Reserved for National Specific use |
static org.csapi.jr.se.AddressPlan |
ADDRESS_PLAN_NOT_PRESENT
No Address Present |
static org.csapi.jr.se.AddressPlan |
ADDRESS_PLAN_NSAP
NSAP |
static org.csapi.jr.se.AddressPlan |
ADDRESS_PLAN_SIP
Any valid address string allowed in RFC 3261 'SIP: Session Initiation Protocol' |
static org.csapi.jr.se.AddressPlan |
ADDRESS_PLAN_SMTP
SMTP |
static org.csapi.jr.se.AddressPlan |
ADDRESS_PLAN_UNDEFINED
Undefined |
static org.csapi.jr.se.AddressPlan |
ADDRESS_PLAN_UNICAST
Unicast |
static org.csapi.jr.se.AddressPlan |
ADDRESS_PLAN_URL
URL |
static org.csapi.jr.se.AddressPlan |
ADDRESS_PLAN_X400
ITU-T Recommendation X.400 |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
static org.csapi.jr.se.AddressPlan |
getObject(int value)
Accepts values in the range of 0 to 14 |
int |
getValue()
Number representing enum type |
java.lang.String |
getValueText()
getValueText method, overrides the getValueText() method in class java.lang.Object |
int |
hashCode()
Returns a hashcode value for the object. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int _ADDRESS_PLAN_NOT_PRESENT
public static final org.csapi.jr.se.AddressPlan ADDRESS_PLAN_NOT_PRESENT
public static final int _ADDRESS_PLAN_UNDEFINED
public static final org.csapi.jr.se.AddressPlan ADDRESS_PLAN_UNDEFINED
public static final int _ADDRESS_PLAN_IP
public static final org.csapi.jr.se.AddressPlan ADDRESS_PLAN_IP
public static final int _ADDRESS_PLAN_MULTICAST
public static final org.csapi.jr.se.AddressPlan ADDRESS_PLAN_MULTICAST
public static final int _ADDRESS_PLAN_UNICAST
public static final org.csapi.jr.se.AddressPlan ADDRESS_PLAN_UNICAST
public static final int _ADDRESS_PLAN_E164
public static final org.csapi.jr.se.AddressPlan ADDRESS_PLAN_E164
public static final int _ADDRESS_PLAN_AESA
public static final org.csapi.jr.se.AddressPlan ADDRESS_PLAN_AESA
public static final int _ADDRESS_PLAN_URL
public static final org.csapi.jr.se.AddressPlan ADDRESS_PLAN_URL
public static final int _ADDRESS_PLAN_NSAP
public static final org.csapi.jr.se.AddressPlan ADDRESS_PLAN_NSAP
public static final int _ADDRESS_PLAN_SMTP
public static final org.csapi.jr.se.AddressPlan ADDRESS_PLAN_SMTP
public static final int _ADDRESS_PLAN_MSMAIL
public static final org.csapi.jr.se.AddressPlan ADDRESS_PLAN_MSMAIL
public static final int _ADDRESS_PLAN_X400
public static final org.csapi.jr.se.AddressPlan ADDRESS_PLAN_X400
public static final int _ADDRESS_PLAN_ANY
public static final org.csapi.jr.se.AddressPlan ADDRESS_PLAN_ANY
public static final int _ADDRESS_PLAN_SIP
public static final org.csapi.jr.se.AddressPlan ADDRESS_PLAN_SIP
public static final int _ADDRESS_PLAN_NATIONAL
public static final org.csapi.jr.se.AddressPlan ADDRESS_PLAN_NATIONAL
Method Detail |
public int getValue()
public java.lang.String getValueText()
public static org.csapi.jr.se.AddressPlan getObject(int value) throws InvalidEnumValueException
value
- number representing type of object, this is defined within the class
InvalidEnumValueException
- thrown if invalid value is passed into methodpublic boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |