Class MAPAdditionalNetworkResource
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- MAPAdditionalNetworkResource
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
public class MAPAdditionalNetworkResource extends NamedInteger
API for MAP-CommonDataTypes.AdditionalNetworkResource. Generated from the following ASN.1 type definition.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
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field 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.
-
Constructor Summary
Constructors Modifier Constructor 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.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.opencloud.util.NamedInteger
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString, valueOf
-
-
-
-
Field Detail
-
_sgsn
public static final int _sgsn
Integer value of the constant sgsn.- See Also:
- Constant Field Values
-
sgsn
public static final MAPAdditionalNetworkResource sgsn
Reference to value of the constant sgsn.
-
_ggsn
public static final int _ggsn
Integer value of the constant ggsn.- See Also:
- Constant Field Values
-
ggsn
public static final MAPAdditionalNetworkResource ggsn
Reference to value of the constant ggsn.
-
_gmlc
public static final int _gmlc
Integer value of the constant gmlc.- See Also:
- Constant Field Values
-
gmlc
public static final MAPAdditionalNetworkResource gmlc
Reference to value of the constant gmlc.
-
_gsmSCF
public static final int _gsmSCF
Integer value of the constant gsmSCF.- See Also:
- Constant Field Values
-
gsmSCF
public static final MAPAdditionalNetworkResource gsmSCF
Reference to value of the constant gsmSCF.
-
_nplr
public static final int _nplr
Integer value of the constant nplr.- See Also:
- Constant Field Values
-
nplr
public static final MAPAdditionalNetworkResource nplr
Reference to value of the constant nplr.
-
_auc
public static final int _auc
Integer value of the constant auc.- See Also:
- Constant Field Values
-
auc
public static final MAPAdditionalNetworkResource auc
Reference to value of the constant auc.
-
_ue
public static final int _ue
Integer value of the constant ue.- See Also:
- Constant Field Values
-
ue
public static final MAPAdditionalNetworkResource ue
Reference to value of the constant ue.
-
_mme
public static final int _mme
Integer value of the constant mme.- See Also:
- Constant Field Values
-
mme
public static final MAPAdditionalNetworkResource mme
Reference to value of the constant mme.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPAdditionalNetworkResource 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.MAPAdditionalNetworkResource instance may take (7).- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MAPAdditionalNetworkResource
protected MAPAdditionalNetworkResource(int value, String description)
Constructs an enumeration constant for the given numeric value, noting its name.- Parameters:
value
- numeric valuedescription
- name of number
-
MAPAdditionalNetworkResource
protected MAPAdditionalNetworkResource(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 MAPAdditionalNetworkResource 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 MAPAdditionalNetworkResource[] namedValues()
Returns an array containing all the enumeration constants referenced by fields.- Returns:
- array of enumeration constants
-
-