Class LcsClientType
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.va00.LcsClientType
-
- All Implemented Interfaces:
Serializable,Enumerated
public class LcsClientType extends Object implements Serializable, Enumerated
Java class to represent the LcsClientType enumerated type. Documentation from the relevant specification: The LCS-Client-Type AVP (AVP code 1241) is of type Enumerated and contains an estimate of the location of an MS in universal coordinates and the accuracy of the estimate.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int_EMERGENCY_SERVICESstatic int_LAWFUL_INTERCEPT_SERVICESstatic int_PLMN_OPERATOR_SERVICESstatic int_VALUE_ADDED_SERVICESstatic LcsClientTypeEMERGENCY_SERVICESstatic LcsClientTypeLAWFUL_INTERCEPT_SERVICESstatic LcsClientTypePLMN_OPERATOR_SERVICESstatic LcsClientTypeVALUE_ADDED_SERVICES
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LcsClientTypefromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
Field Detail
-
_EMERGENCY_SERVICES
public static final int _EMERGENCY_SERVICES
- See Also:
- Constant Field Values
-
_VALUE_ADDED_SERVICES
public static final int _VALUE_ADDED_SERVICES
- See Also:
- Constant Field Values
-
_PLMN_OPERATOR_SERVICES
public static final int _PLMN_OPERATOR_SERVICES
- See Also:
- Constant Field Values
-
_LAWFUL_INTERCEPT_SERVICES
public static final int _LAWFUL_INTERCEPT_SERVICES
- See Also:
- Constant Field Values
-
EMERGENCY_SERVICES
public static final LcsClientType EMERGENCY_SERVICES
-
VALUE_ADDED_SERVICES
public static final LcsClientType VALUE_ADDED_SERVICES
-
PLMN_OPERATOR_SERVICES
public static final LcsClientType PLMN_OPERATOR_SERVICES
-
LAWFUL_INTERCEPT_SERVICES
public static final LcsClientType LAWFUL_INTERCEPT_SERVICES
-
-
Method Detail
-
fromInt
public static LcsClientType 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
-
-