Class LcsClientType
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.v960.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_SERVICES
static int
_LAWFUL_INTERCEPT_SERVICES
static int
_PLMN_OPERATOR_SERVICES
static int
_VALUE_ADDED_SERVICES
static LcsClientType
EMERGENCY_SERVICES
static LcsClientType
LAWFUL_INTERCEPT_SERVICES
static LcsClientType
PLMN_OPERATOR_SERVICES
static LcsClientType
VALUE_ADDED_SERVICES
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LcsClientType
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
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:Enumerated
Return the value of this instance of this enumerated type.- Specified by:
getValue
in interfaceEnumerated
- Returns:
- value
-
-