public class MAPCancellationType extends NamedInteger
CancellationType ::= ENUMERATED { updateProcedure(0), subscriptionWithdraw(1), ... initialAttachProcedure(2) -- Added in release 9. }Added in R97. The HLR shall not send values other than named here.
Used as field type by MAPCancelLocationArg
.
Modifier and Type | Field and Description |
---|---|
static int |
_initialAttachProcedure
Integer value of the constant initialAttachProcedure.
|
static int |
_subscriptionWithdraw
Integer value of the constant subscriptionWithdraw.
|
static int |
_updateProcedure
Integer value of the constant updateProcedure.
|
static MAPCancellationType |
initialAttachProcedure
Reference to value of the constant initialAttachProcedure.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPCancellationType instance may take (2).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPCancellationType instance may take (0).
|
static MAPCancellationType |
subscriptionWithdraw
Reference to value of the constant subscriptionWithdraw.
|
static MAPCancellationType |
updateProcedure
Reference to value of the constant updateProcedure.
|
Modifier | Constructor and Description |
---|---|
protected |
MAPCancellationType(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
MAPCancellationType(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
Modifier and Type | Method and Description |
---|---|
static MAPCancellationType |
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
static MAPCancellationType[] |
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 _updateProcedure
public static final MAPCancellationType updateProcedure
public static final int _subscriptionWithdraw
public static final MAPCancellationType subscriptionWithdraw
public static final int _initialAttachProcedure
public static final MAPCancellationType initialAttachProcedure
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPCancellationType(int value, String description)
value
- numeric valuedescription
- name of numberprotected MAPCancellationType(int value)
value
- numeric valuepublic static MAPCancellationType fromValue(int value)
value
- integerpublic static MAPCancellationType[] namedValues()