Class LcsFormatIndicator
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.va00.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_ADDRESSstatic int_LOGICAL_NAMEstatic int_MSISDNstatic int_SIP_URLstatic int_URLstatic LcsFormatIndicatorEMAIL_ADDRESSstatic LcsFormatIndicatorLOGICAL_NAMEstatic LcsFormatIndicatorMSISDNstatic LcsFormatIndicatorSIP_URLstatic LcsFormatIndicatorURL
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LcsFormatIndicatorfromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-