public class MAPAdditionalNetworkResource extends NamedInteger
AdditionalNetworkResource ::=
ENUMERATED {
sgsn(0),
ggsn(1),
gmlc(2),
gsmSCF(3),
nplr(4),
auc(5),
...
ue(6),
mme(7) -- Added in release 8.
}
Added in release 6. If unknown value is received in AdditionalNetworkResource it shall be ignored.
Used as field type by MAPExtensibleSystemFailureParam.
| Modifier and Type | Field and Description |
|---|---|
static int |
_auc
Integer value of the constant auc.
|
static int |
_ggsn
Integer value of the constant ggsn.
|
static int |
_gmlc
Integer value of the constant gmlc.
|
static int |
_gsmSCF
Integer value of the constant gsmSCF.
|
static int |
_mme
Integer value of the constant mme.
|
static int |
_nplr
Integer value of the constant nplr.
|
static int |
_sgsn
Integer value of the constant sgsn.
|
static int |
_ue
Integer value of the constant ue.
|
static MAPAdditionalNetworkResource |
auc
Reference to value of the constant auc.
|
static MAPAdditionalNetworkResource |
ggsn
Reference to value of the constant ggsn.
|
static MAPAdditionalNetworkResource |
gmlc
Reference to value of the constant gmlc.
|
static MAPAdditionalNetworkResource |
gsmSCF
Reference to value of the constant gsmSCF.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPAdditionalNetworkResource instance may take (7).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPAdditionalNetworkResource instance may take (0).
|
static MAPAdditionalNetworkResource |
mme
Reference to value of the constant mme.
|
static MAPAdditionalNetworkResource |
nplr
Reference to value of the constant nplr.
|
static MAPAdditionalNetworkResource |
sgsn
Reference to value of the constant sgsn.
|
static MAPAdditionalNetworkResource |
ue
Reference to value of the constant ue.
|
| Modifier | Constructor and Description |
|---|---|
protected |
MAPAdditionalNetworkResource(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
MAPAdditionalNetworkResource(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
| Modifier and Type | Method and Description |
|---|---|
static MAPAdditionalNetworkResource |
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
static MAPAdditionalNetworkResource[] |
namedValues()
Returns an array containing all the enumeration constants referenced by fields.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toStringpublic static final int _sgsn
public static final MAPAdditionalNetworkResource sgsn
public static final int _ggsn
public static final MAPAdditionalNetworkResource ggsn
public static final int _gmlc
public static final MAPAdditionalNetworkResource gmlc
public static final int _gsmSCF
public static final MAPAdditionalNetworkResource gsmSCF
public static final int _nplr
public static final MAPAdditionalNetworkResource nplr
public static final int _auc
public static final MAPAdditionalNetworkResource auc
public static final int _ue
public static final MAPAdditionalNetworkResource ue
public static final int _mme
public static final MAPAdditionalNetworkResource mme
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPAdditionalNetworkResource(int value,
String description)
value - numeric valuedescription - name of numberprotected MAPAdditionalNetworkResource(int value)
value - numeric valuepublic static MAPAdditionalNetworkResource fromValue(int value)
value - integerpublic static MAPAdditionalNetworkResource[] namedValues()