Class MAPCancellationType
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- MAPCancellationType
-
- All Implemented Interfaces:
DataObject,Immutable,Serializable
public class MAPCancellationType extends NamedInteger
API for MAP-MS-DataTypes.CancellationType. Generated from the following ASN.1 type definition.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.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int_initialAttachProcedureInteger value of the constant initialAttachProcedure.static int_subscriptionWithdrawInteger value of the constant subscriptionWithdraw.static int_updateProcedureInteger value of the constant updateProcedure.static MAPCancellationTypeinitialAttachProcedureReference to value of the constant initialAttachProcedure.static intMAX_VALUEMaximum value that a com.opencloud.slee.resources.cgin.map.MAPCancellationType instance may take (2).static intMIN_VALUEMinimum value that a com.opencloud.slee.resources.cgin.map.MAPCancellationType instance may take (0).static MAPCancellationTypesubscriptionWithdrawReference to value of the constant subscriptionWithdraw.static MAPCancellationTypeupdateProcedureReference to value of the constant updateProcedure.
-
Constructor Summary
Constructors Modifier Constructor Description protectedMAPCancellationType(int value)Constructs an enumeration constant for the given numeric value.protectedMAPCancellationType(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 MAPCancellationTypefromValue(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.-
Methods inherited from class com.opencloud.util.NamedInteger
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString, valueOf
-
-
-
-
Field Detail
-
_updateProcedure
public static final int _updateProcedure
Integer value of the constant updateProcedure.- See Also:
- Constant Field Values
-
updateProcedure
public static final MAPCancellationType updateProcedure
Reference to value of the constant updateProcedure.
-
_subscriptionWithdraw
public static final int _subscriptionWithdraw
Integer value of the constant subscriptionWithdraw.- See Also:
- Constant Field Values
-
subscriptionWithdraw
public static final MAPCancellationType subscriptionWithdraw
Reference to value of the constant subscriptionWithdraw.
-
_initialAttachProcedure
public static final int _initialAttachProcedure
Integer value of the constant initialAttachProcedure.- See Also:
- Constant Field Values
-
initialAttachProcedure
public static final MAPCancellationType initialAttachProcedure
Reference to value of the constant initialAttachProcedure.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPCancellationType instance may take (0).- See Also:
- Constant Field Values
-
MAX_VALUE
public static final int MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPCancellationType instance may take (2).- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MAPCancellationType
protected MAPCancellationType(int value, String description)Constructs an enumeration constant for the given numeric value, noting its name.- Parameters:
value- numeric valuedescription- name of number
-
MAPCancellationType
protected MAPCancellationType(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 MAPCancellationType 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 MAPCancellationType[] namedValues()
Returns an array containing all the enumeration constants referenced by fields.- Returns:
- array of enumeration constants
-
-