public class MAPLCSClientInternalID extends NamedInteger
LCSClientInternalID ::= ENUMERATED { broadcastService(0), o-andM-HPLMN(1), o-andM-VPLMN(2), anonymousLocation(3), targetMSsubscribedService(4), ... }Added in R98. For a CAMEL phase 3 PLMN operator client, the value targetMSsubscribedService shall be used.
Used in array as field type by MAPLCS_PrivacyClass
.
Used as field type by MAPLCS_ClientID
.
Modifier and Type | Field and Description |
---|---|
static int |
_anonymousLocation
Integer value of the constant anonymousLocation.
|
static int |
_broadcastService
Integer value of the constant broadcastService.
|
static int |
_o_andM_HPLMN
Integer value of the constant o_andM_HPLMN.
|
static int |
_o_andM_VPLMN
Integer value of the constant o_andM_VPLMN.
|
static int |
_targetMSsubscribedService
Integer value of the constant targetMSsubscribedService.
|
static MAPLCSClientInternalID |
anonymousLocation
Reference to value of the constant anonymousLocation.
|
static MAPLCSClientInternalID |
broadcastService
Reference to value of the constant broadcastService.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPLCSClientInternalID instance may take (4).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPLCSClientInternalID instance may take (0).
|
static MAPLCSClientInternalID |
o_andM_HPLMN
Reference to value of the constant o_andM_HPLMN.
|
static MAPLCSClientInternalID |
o_andM_VPLMN
Reference to value of the constant o_andM_VPLMN.
|
static MAPLCSClientInternalID |
targetMSsubscribedService
Reference to value of the constant targetMSsubscribedService.
|
Modifier | Constructor and Description |
---|---|
protected |
MAPLCSClientInternalID(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
MAPLCSClientInternalID(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
Modifier and Type | Method and Description |
---|---|
static MAPLCSClientInternalID |
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
static MAPLCSClientInternalID[] |
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 _broadcastService
public static final MAPLCSClientInternalID broadcastService
public static final int _o_andM_HPLMN
public static final MAPLCSClientInternalID o_andM_HPLMN
public static final int _o_andM_VPLMN
public static final MAPLCSClientInternalID o_andM_VPLMN
public static final int _anonymousLocation
public static final MAPLCSClientInternalID anonymousLocation
public static final int _targetMSsubscribedService
public static final MAPLCSClientInternalID targetMSsubscribedService
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPLCSClientInternalID(int value, String description)
value
- numeric valuedescription
- name of numberprotected MAPLCSClientInternalID(int value)
value
- numeric valuepublic static MAPLCSClientInternalID fromValue(int value)
value
- integerpublic static MAPLCSClientInternalID[] namedValues()