Class AddressType
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.v960.AddressType
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class AddressType extends Object implements Serializable, Enumerated
Java class to represent the AddressType enumerated type. Documentation from the relevant specification: The Address-Type AVP (AVP code 899) is of type Enumerated and indicates the type of address carried within the Address-Information AVP.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_ALPHANUMERIC_SHORTCODE
static int
_E_MAIL_ADDRESS
static int
_IMSI
static int
_IPV4_ADDRESS
static int
_IPV6_ADDRESS
static int
_MSISDN
static int
_NUMERIC_SHORTCODE
static int
_OTHER
static AddressType
ALPHANUMERIC_SHORTCODE
static AddressType
E_MAIL_ADDRESS
static AddressType
IMSI
static AddressType
IPV4_ADDRESS
static AddressType
IPV6_ADDRESS
static AddressType
MSISDN
static AddressType
NUMERIC_SHORTCODE
static AddressType
OTHER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AddressType
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_E_MAIL_ADDRESS
public static final int _E_MAIL_ADDRESS
- See Also:
- Constant Field Values
-
_MSISDN
public static final int _MSISDN
- See Also:
- Constant Field Values
-
_IPV4_ADDRESS
public static final int _IPV4_ADDRESS
- See Also:
- Constant Field Values
-
_IPV6_ADDRESS
public static final int _IPV6_ADDRESS
- See Also:
- Constant Field Values
-
_NUMERIC_SHORTCODE
public static final int _NUMERIC_SHORTCODE
- See Also:
- Constant Field Values
-
_ALPHANUMERIC_SHORTCODE
public static final int _ALPHANUMERIC_SHORTCODE
- See Also:
- Constant Field Values
-
_OTHER
public static final int _OTHER
- See Also:
- Constant Field Values
-
_IMSI
public static final int _IMSI
- See Also:
- Constant Field Values
-
E_MAIL_ADDRESS
public static final AddressType E_MAIL_ADDRESS
-
MSISDN
public static final AddressType MSISDN
-
IPV4_ADDRESS
public static final AddressType IPV4_ADDRESS
-
IPV6_ADDRESS
public static final AddressType IPV6_ADDRESS
-
NUMERIC_SHORTCODE
public static final AddressType NUMERIC_SHORTCODE
-
ALPHANUMERIC_SHORTCODE
public static final AddressType ALPHANUMERIC_SHORTCODE
-
OTHER
public static final AddressType OTHER
-
IMSI
public static final AddressType IMSI
-
-
Method Detail
-
fromInt
public static AddressType fromInt(int type)
-
getValue
public int getValue()
Description copied from interface:Enumerated
Return the value of this instance of this enumerated type.- Specified by:
getValue
in interfaceEnumerated
- Returns:
- value
-
-