public class MAPRequestingNodeType extends NamedInteger
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.
| Modifier and Type | Field and 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.
|
| Modifier | Constructor and 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.
|
| Modifier and Type | Method and 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.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toStringpublic static final int _vlr
public static final MAPRequestingNodeType vlr
public static final int _sgsn
public static final MAPRequestingNodeType sgsn
public static final int _s_cscf
public static final MAPRequestingNodeType s_cscf
public static final int _bsf
public static final MAPRequestingNodeType bsf
public static final int _gan_aaa_server
public static final MAPRequestingNodeType gan_aaa_server
public static final int _wlan_aaa_server
public static final MAPRequestingNodeType wlan_aaa_server
public static final int _mme
public static final MAPRequestingNodeType mme
public static final int _mme_sgsn
public static final MAPRequestingNodeType mme_sgsn
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPRequestingNodeType(int value,
String description)
value - numeric valuedescription - name of numberprotected MAPRequestingNodeType(int value)
value - numeric valuepublic static MAPRequestingNodeType fromValue(int value)
value - integerpublic static MAPRequestingNodeType[] namedValues()