Class MAPRequestingNodeType
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- MAPRequestingNodeType
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
public class MAPRequestingNodeType extends NamedInteger
API for MAP-MS-DataTypes.RequestingNodeType. Generated from the following ASN.1 type definition.RequestingNodeType ::= ENUMERATED { vlr(0), sgsn(1), ... s-cscf(2), -- Added in release 7. bsf(3), -- Added in release 7. gan-aaa-server(4), -- Added in release 7. wlan-aaa-server(5), -- Added in release 7. mme(16), -- Added in release 8. mme-sgsn(17) -- Added in release 8. }
Added in release 4. The values 2, 3, 4 and 5 shall not be used on the MAP-D or Gr interfaces. Exception handling: received values in the range (6-15) shall be treated as 'vlr'; received values greater than 17 shall be treated as 'sgsn'.Used as field type by
MAPSendAuthenticationInfoArg_v3
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_bsf
Integer value of the constant bsf.static int
_gan_aaa_server
Integer value of the constant gan_aaa_server.static int
_mme
Integer value of the constant mme.static int
_mme_sgsn
Integer value of the constant mme_sgsn.static int
_s_cscf
Integer value of the constant s_cscf.static int
_sgsn
Integer value of the constant sgsn.static int
_vlr
Integer value of the constant vlr.static int
_wlan_aaa_server
Integer value of the constant wlan_aaa_server.static MAPRequestingNodeType
bsf
Reference to value of the constant bsf.static MAPRequestingNodeType
gan_aaa_server
Reference to value of the constant gan_aaa_server.static int
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPRequestingNodeType instance may take (17).static int
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPRequestingNodeType instance may take (0).static MAPRequestingNodeType
mme
Reference to value of the constant mme.static MAPRequestingNodeType
mme_sgsn
Reference to value of the constant mme_sgsn.static MAPRequestingNodeType
s_cscf
Reference to value of the constant s_cscf.static MAPRequestingNodeType
sgsn
Reference to value of the constant sgsn.static MAPRequestingNodeType
vlr
Reference to value of the constant vlr.static MAPRequestingNodeType
wlan_aaa_server
Reference to value of the constant wlan_aaa_server.
-
Constructor Summary
Constructors Modifier Constructor Description protected
MAPRequestingNodeType(int value)
Constructs an enumeration constant for the given numeric value.protected
MAPRequestingNodeType(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 MAPRequestingNodeType
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.static MAPRequestingNodeType[]
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
-
_vlr
public static final int _vlr
Integer value of the constant vlr.- See Also:
- Constant Field Values
-
vlr
public static final MAPRequestingNodeType vlr
Reference to value of the constant vlr.
-
_sgsn
public static final int _sgsn
Integer value of the constant sgsn.- See Also:
- Constant Field Values
-
sgsn
public static final MAPRequestingNodeType sgsn
Reference to value of the constant sgsn.
-
_s_cscf
public static final int _s_cscf
Integer value of the constant s_cscf.- See Also:
- Constant Field Values
-
s_cscf
public static final MAPRequestingNodeType s_cscf
Reference to value of the constant s_cscf.
-
_bsf
public static final int _bsf
Integer value of the constant bsf.- See Also:
- Constant Field Values
-
bsf
public static final MAPRequestingNodeType bsf
Reference to value of the constant bsf.
-
_gan_aaa_server
public static final int _gan_aaa_server
Integer value of the constant gan_aaa_server.- See Also:
- Constant Field Values
-
gan_aaa_server
public static final MAPRequestingNodeType gan_aaa_server
Reference to value of the constant gan_aaa_server.
-
_wlan_aaa_server
public static final int _wlan_aaa_server
Integer value of the constant wlan_aaa_server.- See Also:
- Constant Field Values
-
wlan_aaa_server
public static final MAPRequestingNodeType wlan_aaa_server
Reference to value of the constant wlan_aaa_server.
-
_mme
public static final int _mme
Integer value of the constant mme.- See Also:
- Constant Field Values
-
mme
public static final MAPRequestingNodeType mme
Reference to value of the constant mme.
-
_mme_sgsn
public static final int _mme_sgsn
Integer value of the constant mme_sgsn.- See Also:
- Constant Field Values
-
mme_sgsn
public static final MAPRequestingNodeType mme_sgsn
Reference to value of the constant mme_sgsn.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPRequestingNodeType 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.MAPRequestingNodeType instance may take (17).- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MAPRequestingNodeType
protected MAPRequestingNodeType(int value, String description)
Constructs an enumeration constant for the given numeric value, noting its name.- Parameters:
value
- numeric valuedescription
- name of number
-
MAPRequestingNodeType
protected MAPRequestingNodeType(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 MAPRequestingNodeType 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 MAPRequestingNodeType[] namedValues()
Returns an array containing all the enumeration constants referenced by fields.- Returns:
- array of enumeration constants
-
-