public class MAPGPRS_TriggerDetectionPoint extends NamedInteger
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
.
Modifier and Type | Field and 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.
|
Modifier | Constructor and 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.
|
Modifier and Type | Method and 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.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _attach
public static final MAPGPRS_TriggerDetectionPoint attach
public static final int _attachChangeOfPosition
public static final MAPGPRS_TriggerDetectionPoint attachChangeOfPosition
public static final int _pdp_ContextEstablishment
public static final MAPGPRS_TriggerDetectionPoint pdp_ContextEstablishment
public static final int _pdp_ContextEstablishmentAcknowledgement
public static final MAPGPRS_TriggerDetectionPoint pdp_ContextEstablishmentAcknowledgement
public static final int _pdp_ContextChangeOfPosition
public static final MAPGPRS_TriggerDetectionPoint pdp_ContextChangeOfPosition
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPGPRS_TriggerDetectionPoint(int value, String description)
value
- numeric valuedescription
- name of numberprotected MAPGPRS_TriggerDetectionPoint(int value)
value
- numeric valuepublic static MAPGPRS_TriggerDetectionPoint fromValue(int value)
value
- integerpublic static MAPGPRS_TriggerDetectionPoint[] namedValues()