net.java.slee.resource.diameter.ro.events.avp
Class AddressType
java.lang.Object
net.java.slee.resource.diameter.ro.events.avp.AddressType
- All Implemented Interfaces:
- java.io.Serializable, net.java.slee.resource.diameter.base.events.avp.Enumerated
public class AddressType
- extends java.lang.Object
- implements net.java.slee.resource.diameter.base.events.avp.Enumerated, java.io.Serializable
Java class to represent the AddressType enumerated type.
- Author:
- Alexandre Mendonca , Bartosz Baranowski
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_ALPHANUMERIC_SHORTCODE
public static final int _ALPHANUMERIC_SHORTCODE
- See Also:
- Constant Field Values
_E_MAIL_ADDRESS
public static final int _E_MAIL_ADDRESS
- 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
_MSISDN
public static final int _MSISDN
- See Also:
- Constant Field Values
_NUMERIC_SHORTCODE
public static final int _NUMERIC_SHORTCODE
- See Also:
- Constant Field Values
_OTHER
public static final int _OTHER
- See Also:
- Constant Field Values
ALPHANUMERIC_SHORTCODE
public static final AddressType ALPHANUMERIC_SHORTCODE
E_MAIL_ADDRESS
public static final AddressType E_MAIL_ADDRESS
IPV4_ADDRESS
public static final AddressType IPV4_ADDRESS
IPV6_ADDRESS
public static final AddressType IPV6_ADDRESS
MSISDN
public static final AddressType MSISDN
NUMERIC_SHORTCODE
public static final AddressType NUMERIC_SHORTCODE
OTHER
public static final AddressType OTHER
fromInt
public static AddressType fromInt(int type)
- Return the value of this instance of this enumerated type.
getValue
public int getValue()
- Specified by:
getValue in interface net.java.slee.resource.diameter.base.events.avp.Enumerated
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2011. All Rights Reserved.