public class MAPAccessType extends NamedInteger
AccessType ::= ENUMERATED { call(0), emergencyCall(1), locationUpdating(2), supplementaryService(3), shortMessage(4), gprsAttach(5), routingAreaUpdating(6), serviceRequest(7), pdpContextActivation(8), pdpContextDeactivation(9), ... gprsDetach(10) }Added in release 4. Exception handling: received values greater than 10 shall be ignored.
Used as field type by MAPAuthenticationFailureReportArg
.
Modifier and Type | Field and Description |
---|---|
static int |
_call
Integer value of the constant call.
|
static int |
_emergencyCall
Integer value of the constant emergencyCall.
|
static int |
_gprsAttach
Integer value of the constant gprsAttach.
|
static int |
_gprsDetach
Integer value of the constant gprsDetach.
|
static int |
_locationUpdating
Integer value of the constant locationUpdating.
|
static int |
_pdpContextActivation
Integer value of the constant pdpContextActivation.
|
static int |
_pdpContextDeactivation
Integer value of the constant pdpContextDeactivation.
|
static int |
_routingAreaUpdating
Integer value of the constant routingAreaUpdating.
|
static int |
_serviceRequest
Integer value of the constant serviceRequest.
|
static int |
_shortMessage
Integer value of the constant shortMessage.
|
static int |
_supplementaryService
Integer value of the constant supplementaryService.
|
static MAPAccessType |
call
Reference to value of the constant call.
|
static MAPAccessType |
emergencyCall
Reference to value of the constant emergencyCall.
|
static MAPAccessType |
gprsAttach
Reference to value of the constant gprsAttach.
|
static MAPAccessType |
gprsDetach
Reference to value of the constant gprsDetach.
|
static MAPAccessType |
locationUpdating
Reference to value of the constant locationUpdating.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPAccessType instance may take (10).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPAccessType instance may take (0).
|
static MAPAccessType |
pdpContextActivation
Reference to value of the constant pdpContextActivation.
|
static MAPAccessType |
pdpContextDeactivation
Reference to value of the constant pdpContextDeactivation.
|
static MAPAccessType |
routingAreaUpdating
Reference to value of the constant routingAreaUpdating.
|
static MAPAccessType |
serviceRequest
Reference to value of the constant serviceRequest.
|
static MAPAccessType |
shortMessage
Reference to value of the constant shortMessage.
|
static MAPAccessType |
supplementaryService
Reference to value of the constant supplementaryService.
|
Modifier | Constructor and Description |
---|---|
protected |
MAPAccessType(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
MAPAccessType(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
Modifier and Type | Method and Description |
---|---|
static MAPAccessType |
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
static MAPAccessType[] |
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 _call
public static final MAPAccessType call
public static final int _emergencyCall
public static final MAPAccessType emergencyCall
public static final int _locationUpdating
public static final MAPAccessType locationUpdating
public static final int _supplementaryService
public static final MAPAccessType supplementaryService
public static final int _shortMessage
public static final MAPAccessType shortMessage
public static final int _gprsAttach
public static final MAPAccessType gprsAttach
public static final int _routingAreaUpdating
public static final MAPAccessType routingAreaUpdating
public static final int _serviceRequest
public static final MAPAccessType serviceRequest
public static final int _pdpContextActivation
public static final MAPAccessType pdpContextActivation
public static final int _pdpContextDeactivation
public static final MAPAccessType pdpContextDeactivation
public static final int _gprsDetach
public static final MAPAccessType gprsDetach
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPAccessType(int value, String description)
value
- numeric valuedescription
- name of numberprotected MAPAccessType(int value)
value
- numeric valuepublic static MAPAccessType fromValue(int value)
value
- integerpublic static MAPAccessType[] namedValues()