Class MAPLCSClientInternalID
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- MAPLCSClientInternalID
-
- All Implemented Interfaces:
DataObject,Immutable,Serializable
public class MAPLCSClientInternalID extends NamedInteger
API for MAP-CommonDataTypes.LCSClientInternalID. Generated from the following ASN.1 type definition.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.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int_anonymousLocationInteger value of the constant anonymousLocation.static int_broadcastServiceInteger value of the constant broadcastService.static int_o_andM_HPLMNInteger value of the constant o_andM_HPLMN.static int_o_andM_VPLMNInteger value of the constant o_andM_VPLMN.static int_targetMSsubscribedServiceInteger value of the constant targetMSsubscribedService.static MAPLCSClientInternalIDanonymousLocationReference to value of the constant anonymousLocation.static MAPLCSClientInternalIDbroadcastServiceReference to value of the constant broadcastService.static intMAX_VALUEMaximum value that a com.opencloud.slee.resources.cgin.map.MAPLCSClientInternalID instance may take (4).static intMIN_VALUEMinimum value that a com.opencloud.slee.resources.cgin.map.MAPLCSClientInternalID instance may take (0).static MAPLCSClientInternalIDo_andM_HPLMNReference to value of the constant o_andM_HPLMN.static MAPLCSClientInternalIDo_andM_VPLMNReference to value of the constant o_andM_VPLMN.static MAPLCSClientInternalIDtargetMSsubscribedServiceReference to value of the constant targetMSsubscribedService.
-
Constructor Summary
Constructors Modifier Constructor Description protectedMAPLCSClientInternalID(int value)Constructs an enumeration constant for the given numeric value.protectedMAPLCSClientInternalID(int value, String description)Constructs an enumeration constant for the given numeric value, noting its name.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MAPLCSClientInternalIDfromValue(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.-
Methods inherited from class com.opencloud.util.NamedInteger
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString, valueOf
-
-
-
-
Field Detail
-
_broadcastService
public static final int _broadcastService
Integer value of the constant broadcastService.- See Also:
- Constant Field Values
-
broadcastService
public static final MAPLCSClientInternalID broadcastService
Reference to value of the constant broadcastService.
-
_o_andM_HPLMN
public static final int _o_andM_HPLMN
Integer value of the constant o_andM_HPLMN.- See Also:
- Constant Field Values
-
o_andM_HPLMN
public static final MAPLCSClientInternalID o_andM_HPLMN
Reference to value of the constant o_andM_HPLMN.
-
_o_andM_VPLMN
public static final int _o_andM_VPLMN
Integer value of the constant o_andM_VPLMN.- See Also:
- Constant Field Values
-
o_andM_VPLMN
public static final MAPLCSClientInternalID o_andM_VPLMN
Reference to value of the constant o_andM_VPLMN.
-
_anonymousLocation
public static final int _anonymousLocation
Integer value of the constant anonymousLocation.- See Also:
- Constant Field Values
-
anonymousLocation
public static final MAPLCSClientInternalID anonymousLocation
Reference to value of the constant anonymousLocation.
-
_targetMSsubscribedService
public static final int _targetMSsubscribedService
Integer value of the constant targetMSsubscribedService.- See Also:
- Constant Field Values
-
targetMSsubscribedService
public static final MAPLCSClientInternalID targetMSsubscribedService
Reference to value of the constant targetMSsubscribedService.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPLCSClientInternalID instance may take (0).- See Also:
- Constant Field Values
-
MAX_VALUE
public static final int MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPLCSClientInternalID instance may take (4).- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MAPLCSClientInternalID
protected MAPLCSClientInternalID(int value, String description)Constructs an enumeration constant for the given numeric value, noting its name.- Parameters:
value- numeric valuedescription- name of number
-
MAPLCSClientInternalID
protected MAPLCSClientInternalID(int value)
Constructs an enumeration constant for the given numeric value. Suitable for use as decode method.- Parameters:
value- numeric value
-
-
Method Detail
-
fromValue
public static MAPLCSClientInternalID fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.- Parameters:
value- integer- Returns:
- one of the fields if suitable, else a newly constructed object
-
namedValues
public static MAPLCSClientInternalID[] namedValues()
Returns an array containing all the enumeration constants referenced by fields.- Returns:
- array of enumeration constants
-
-