public class MAPLCSClientType extends NamedInteger
LCSClientType ::= ENUMERATED { emergencyServices(0), valueAddedServices(1), plmnOperatorServices(2), lawfulInterceptServices(3), ... }Added in R98. Exception handling: unrecognized values may be ignored if the LCS client uses the privacy override. Otherwise, an unrecognized value shall be treated as unexpected data by a receiver. A return error shall then be returned if received in a MAP invoke.
Used as field type by MAPLCS_ClientID
.
Modifier and Type | Field and Description |
---|---|
static int |
_emergencyServices
Integer value of the constant emergencyServices.
|
static int |
_lawfulInterceptServices
Integer value of the constant lawfulInterceptServices.
|
static int |
_plmnOperatorServices
Integer value of the constant plmnOperatorServices.
|
static int |
_valueAddedServices
Integer value of the constant valueAddedServices.
|
static MAPLCSClientType |
emergencyServices
Reference to value of the constant emergencyServices.
|
static MAPLCSClientType |
lawfulInterceptServices
Reference to value of the constant lawfulInterceptServices.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPLCSClientType instance may take (3).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPLCSClientType instance may take (0).
|
static MAPLCSClientType |
plmnOperatorServices
Reference to value of the constant plmnOperatorServices.
|
static MAPLCSClientType |
valueAddedServices
Reference to value of the constant valueAddedServices.
|
Modifier | Constructor and Description |
---|---|
protected |
MAPLCSClientType(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
MAPLCSClientType(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
Modifier and Type | Method and Description |
---|---|
static MAPLCSClientType |
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
static MAPLCSClientType[] |
namedValues()
Returns an array containing all the enumeration constants referenced by fields.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _emergencyServices
public static final MAPLCSClientType emergencyServices
public static final int _valueAddedServices
public static final MAPLCSClientType valueAddedServices
public static final int _plmnOperatorServices
public static final MAPLCSClientType plmnOperatorServices
public static final int _lawfulInterceptServices
public static final MAPLCSClientType lawfulInterceptServices
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPLCSClientType(int value, String description)
value
- numeric valuedescription
- name of numberprotected MAPLCSClientType(int value)
value
- numeric valuepublic static MAPLCSClientType fromValue(int value)
value
- integerpublic static MAPLCSClientType[] namedValues()