Class LcsFormatIndicator
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.v960.LcsFormatIndicator
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class LcsFormatIndicator extends Object implements Serializable, Enumerated
Java class to represent the LcsFormatIndicator enumerated type. Documentation from the relevant specification: The LCS-Format-Indicator AVP (AVP code 1237) is of type Enumerated and contains the format of the LCS Client name.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description 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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LcsFormatIndicator
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_LOGICAL_NAME
public static final int _LOGICAL_NAME
- See Also:
- Constant Field Values
-
_EMAIL_ADDRESS
public static final int _EMAIL_ADDRESS
- See Also:
- Constant Field Values
-
_MSISDN
public static final int _MSISDN
- See Also:
- Constant Field Values
-
_URL
public static final int _URL
- See Also:
- Constant Field Values
-
_SIP_URL
public static final int _SIP_URL
- See Also:
- Constant Field Values
-
LOGICAL_NAME
public static final LcsFormatIndicator LOGICAL_NAME
-
EMAIL_ADDRESS
public static final LcsFormatIndicator EMAIL_ADDRESS
-
MSISDN
public static final LcsFormatIndicator MSISDN
-
URL
public static final LcsFormatIndicator URL
-
SIP_URL
public static final LcsFormatIndicator SIP_URL
-
-
Method Detail
-
fromInt
public static LcsFormatIndicator 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
-
-