net.java.slee.resource.diameter.ro.events.avp
Class AddressType

java.lang.Object
  extended by 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

Field Summary
static int _ALPHANUMERIC_SHORTCODE
           
static int _E_MAIL_ADDRESS
           
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 IPV4_ADDRESS
           
static AddressType IPV6_ADDRESS
           
static AddressType MSISDN
           
static AddressType NUMERIC_SHORTCODE
           
static AddressType OTHER
           
 
Method Summary
static AddressType fromInt(int type)
          Return the value of this instance of this enumerated type.
 int getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_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
Method Detail

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.