Class MAPGPRS_TriggerDetectionPoint
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- MAPGPRS_TriggerDetectionPoint
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
public class MAPGPRS_TriggerDetectionPoint extends NamedInteger
API for MAP-MS-DataTypes.GPRS-TriggerDetectionPoint. Generated from the following ASN.1 type definition.GPRS-TriggerDetectionPoint ::= ENUMERATED { attach(1), attachChangeOfPosition(2), pdp-ContextEstablishment(11), pdp-ContextEstablishmentAcknowledgement(12), pdp-ContextChangeOfPosition(14), ... }
Added in R99.Used as field type by
MAPGPRS_CamelTDPData
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_attach
Integer value of the constant attach.static int
_attachChangeOfPosition
Integer value of the constant attachChangeOfPosition.static int
_pdp_ContextChangeOfPosition
Integer value of the constant pdp_ContextChangeOfPosition.static int
_pdp_ContextEstablishment
Integer value of the constant pdp_ContextEstablishment.static int
_pdp_ContextEstablishmentAcknowledgement
Integer value of the constant pdp_ContextEstablishmentAcknowledgement.static MAPGPRS_TriggerDetectionPoint
attach
Reference to value of the constant attach.static MAPGPRS_TriggerDetectionPoint
attachChangeOfPosition
Reference to value of the constant attachChangeOfPosition.static int
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPGPRS_TriggerDetectionPoint instance may take (14).static int
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPGPRS_TriggerDetectionPoint instance may take (1).static MAPGPRS_TriggerDetectionPoint
pdp_ContextChangeOfPosition
Reference to value of the constant pdp_ContextChangeOfPosition.static MAPGPRS_TriggerDetectionPoint
pdp_ContextEstablishment
Reference to value of the constant pdp_ContextEstablishment.static MAPGPRS_TriggerDetectionPoint
pdp_ContextEstablishmentAcknowledgement
Reference to value of the constant pdp_ContextEstablishmentAcknowledgement.
-
Constructor Summary
Constructors Modifier Constructor Description protected
MAPGPRS_TriggerDetectionPoint(int value)
Constructs an enumeration constant for the given numeric value.protected
MAPGPRS_TriggerDetectionPoint(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 MAPGPRS_TriggerDetectionPoint
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.static MAPGPRS_TriggerDetectionPoint[]
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
-
_attach
public static final int _attach
Integer value of the constant attach.- See Also:
- Constant Field Values
-
attach
public static final MAPGPRS_TriggerDetectionPoint attach
Reference to value of the constant attach.
-
_attachChangeOfPosition
public static final int _attachChangeOfPosition
Integer value of the constant attachChangeOfPosition.- See Also:
- Constant Field Values
-
attachChangeOfPosition
public static final MAPGPRS_TriggerDetectionPoint attachChangeOfPosition
Reference to value of the constant attachChangeOfPosition.
-
_pdp_ContextEstablishment
public static final int _pdp_ContextEstablishment
Integer value of the constant pdp_ContextEstablishment.- See Also:
- Constant Field Values
-
pdp_ContextEstablishment
public static final MAPGPRS_TriggerDetectionPoint pdp_ContextEstablishment
Reference to value of the constant pdp_ContextEstablishment.
-
_pdp_ContextEstablishmentAcknowledgement
public static final int _pdp_ContextEstablishmentAcknowledgement
Integer value of the constant pdp_ContextEstablishmentAcknowledgement.- See Also:
- Constant Field Values
-
pdp_ContextEstablishmentAcknowledgement
public static final MAPGPRS_TriggerDetectionPoint pdp_ContextEstablishmentAcknowledgement
Reference to value of the constant pdp_ContextEstablishmentAcknowledgement.
-
_pdp_ContextChangeOfPosition
public static final int _pdp_ContextChangeOfPosition
Integer value of the constant pdp_ContextChangeOfPosition.- See Also:
- Constant Field Values
-
pdp_ContextChangeOfPosition
public static final MAPGPRS_TriggerDetectionPoint pdp_ContextChangeOfPosition
Reference to value of the constant pdp_ContextChangeOfPosition.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPGPRS_TriggerDetectionPoint instance may take (1).- See Also:
- Constant Field Values
-
MAX_VALUE
public static final int MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPGPRS_TriggerDetectionPoint instance may take (14).- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MAPGPRS_TriggerDetectionPoint
protected MAPGPRS_TriggerDetectionPoint(int value, String description)
Constructs an enumeration constant for the given numeric value, noting its name.- Parameters:
value
- numeric valuedescription
- name of number
-
MAPGPRS_TriggerDetectionPoint
protected MAPGPRS_TriggerDetectionPoint(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 MAPGPRS_TriggerDetectionPoint 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 MAPGPRS_TriggerDetectionPoint[] namedValues()
Returns an array containing all the enumeration constants referenced by fields.- Returns:
- array of enumeration constants
-
-