public class MAPTypeOfUpdate extends NamedInteger
TypeOfUpdate ::= ENUMERATED { sgsn-change(0), mme-change(1), ... }Added in release 8.
Used as field type by MAPCancelLocationArg
.
Modifier and Type | Field and Description |
---|---|
static int |
_mme_change
Integer value of the constant mme_change.
|
static int |
_sgsn_change
Integer value of the constant sgsn_change.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPTypeOfUpdate instance may take (1).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPTypeOfUpdate instance may take (0).
|
static MAPTypeOfUpdate |
mme_change
Reference to value of the constant mme_change.
|
static MAPTypeOfUpdate |
sgsn_change
Reference to value of the constant sgsn_change.
|
Modifier | Constructor and Description |
---|---|
protected |
MAPTypeOfUpdate(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
MAPTypeOfUpdate(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
Modifier and Type | Method and Description |
---|---|
static MAPTypeOfUpdate |
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
static MAPTypeOfUpdate[] |
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 _sgsn_change
public static final MAPTypeOfUpdate sgsn_change
public static final int _mme_change
public static final MAPTypeOfUpdate mme_change
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPTypeOfUpdate(int value, String description)
value
- numeric valuedescription
- name of numberprotected MAPTypeOfUpdate(int value)
value
- numeric valuepublic static MAPTypeOfUpdate fromValue(int value)
value
- integerpublic static MAPTypeOfUpdate[] namedValues()