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