public class CAP3GPRSEventType extends NamedInteger
GPRSEventType ::= ENUMERATED { attach(1), attachChangeOfPosition(2), detached(3), pdp-ContextEstablishment(11), pdp-ContextEstablishmentAcknowledgement(12), disconnect(13), pdp-ContextChangeOfPosition(14) } CAP-datatypes { GPRSEventType { @extendible } }
Used as field type by CAP3InitialDPGPRSArg
.
Used as field type by CAP3GPRSEvent
.
Used as field type by CAP3EventReportGPRSArg
.
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 |
_detached
Integer value of the constant detached.
|
static int |
_disconnect
Integer value of the constant disconnect.
|
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 CAP3GPRSEventType |
attach
Reference to value of the constant attach.
|
static CAP3GPRSEventType |
attachChangeOfPosition
Reference to value of the constant attachChangeOfPosition.
|
static CAP3GPRSEventType |
detached
Reference to value of the constant detached.
|
static CAP3GPRSEventType |
disconnect
Reference to value of the constant disconnect.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.cap_v3.CAP3GPRSEventType instance may take (14).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.cap_v3.CAP3GPRSEventType instance may take (1).
|
static CAP3GPRSEventType |
pdp_ContextChangeOfPosition
Reference to value of the constant pdp_ContextChangeOfPosition.
|
static CAP3GPRSEventType |
pdp_ContextEstablishment
Reference to value of the constant pdp_ContextEstablishment.
|
static CAP3GPRSEventType |
pdp_ContextEstablishmentAcknowledgement
Reference to value of the constant pdp_ContextEstablishmentAcknowledgement.
|
Modifier | Constructor and Description |
---|---|
protected |
CAP3GPRSEventType(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
CAP3GPRSEventType(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
Modifier and Type | Method and Description |
---|---|
static CAP3GPRSEventType |
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
static CAP3GPRSEventType[] |
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 CAP3GPRSEventType attach
public static final int _attachChangeOfPosition
public static final CAP3GPRSEventType attachChangeOfPosition
public static final int _detached
public static final CAP3GPRSEventType detached
public static final int _pdp_ContextEstablishment
public static final CAP3GPRSEventType pdp_ContextEstablishment
public static final int _pdp_ContextEstablishmentAcknowledgement
public static final CAP3GPRSEventType pdp_ContextEstablishmentAcknowledgement
public static final int _disconnect
public static final CAP3GPRSEventType disconnect
public static final int _pdp_ContextChangeOfPosition
public static final CAP3GPRSEventType pdp_ContextChangeOfPosition
public static final int MIN_VALUE
public static final int MAX_VALUE
protected CAP3GPRSEventType(int value, String description)
value
- numeric valuedescription
- name of numberprotected CAP3GPRSEventType(int value)
value
- numeric valuepublic static CAP3GPRSEventType fromValue(int value)
value
- integerpublic static CAP3GPRSEventType[] namedValues()