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

java.lang.Object
  extended by net.java.slee.resource.diameter.ro.events.avp.LcsFormatIndicator
All Implemented Interfaces:
java.io.Serializable, net.java.slee.resource.diameter.base.events.avp.Enumerated

public class LcsFormatIndicator
extends java.lang.Object
implements net.java.slee.resource.diameter.base.events.avp.Enumerated, java.io.Serializable

Java class to represent the LcsFormatIndicator enumerated type.

Author:
Alexandre Mendonca , Bartosz Baranowski
See Also:
Serialized Form

Field Summary
static int _EMAIL_ADDRESS
           
static int _LOGICAL_NAME
           
static int _MSISDN
           
static int _SIP_URL
           
static int _URL
           
static LcsFormatIndicator EMAIL_ADDRESS
           
static LcsFormatIndicator LOGICAL_NAME
           
static LcsFormatIndicator MSISDN
           
static LcsFormatIndicator SIP_URL
           
static LcsFormatIndicator URL
           
 
Method Summary
static LcsFormatIndicator 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

_EMAIL_ADDRESS

public static final int _EMAIL_ADDRESS
See Also:
Constant Field Values

_LOGICAL_NAME

public static final int _LOGICAL_NAME
See Also:
Constant Field Values

_MSISDN

public static final int _MSISDN
See Also:
Constant Field Values

_SIP_URL

public static final int _SIP_URL
See Also:
Constant Field Values

_URL

public static final int _URL
See Also:
Constant Field Values

EMAIL_ADDRESS

public static final LcsFormatIndicator EMAIL_ADDRESS

LOGICAL_NAME

public static final LcsFormatIndicator LOGICAL_NAME

MSISDN

public static final LcsFormatIndicator MSISDN

SIP_URL

public static final LcsFormatIndicator SIP_URL

URL

public static final LcsFormatIndicator URL
Method Detail

fromInt

public static LcsFormatIndicator 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.