public class MAPNetworkAccessMode extends NamedInteger
NetworkAccessMode ::= ENUMERATED { packetAndCircuit(0), -- Renamed from bothMSCAndSGSN between releases 7 and 8. onlyCircuit(1), -- Renamed from onlyMSC between releases 7 and 8. onlyPacket(2), -- Renamed from onlySGSN between releases 7 and 8. ... }Added in R97. If unknown values are received in NetworkAccessMode they shall be discarded.
Used as field type by MAPInsertSubscriberDataArg
.
Modifier and Type | Field and Description |
---|---|
static int |
_onlyCircuit
Integer value of the constant onlyCircuit.
|
static int |
_onlyPacket
Integer value of the constant onlyPacket.
|
static int |
_packetAndCircuit
Integer value of the constant packetAndCircuit.
|
static int |
MAX_VALUE
Maximum value that a com.opencloud.slee.resources.cgin.map.MAPNetworkAccessMode instance may take (2).
|
static int |
MIN_VALUE
Minimum value that a com.opencloud.slee.resources.cgin.map.MAPNetworkAccessMode instance may take (0).
|
static MAPNetworkAccessMode |
onlyCircuit
Reference to value of the constant onlyCircuit.
|
static MAPNetworkAccessMode |
onlyPacket
Reference to value of the constant onlyPacket.
|
static MAPNetworkAccessMode |
packetAndCircuit
Reference to value of the constant packetAndCircuit.
|
Modifier | Constructor and Description |
---|---|
protected |
MAPNetworkAccessMode(int value)
Constructs an enumeration constant for the given numeric value.
|
protected |
MAPNetworkAccessMode(int value,
String description)
Constructs an enumeration constant for the given numeric value, noting its name.
|
Modifier and Type | Method and Description |
---|---|
static MAPNetworkAccessMode |
fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.
|
static MAPNetworkAccessMode[] |
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 _packetAndCircuit
public static final MAPNetworkAccessMode packetAndCircuit
public static final int _onlyCircuit
public static final MAPNetworkAccessMode onlyCircuit
public static final int _onlyPacket
public static final MAPNetworkAccessMode onlyPacket
public static final int MIN_VALUE
public static final int MAX_VALUE
protected MAPNetworkAccessMode(int value, String description)
value
- numeric valuedescription
- name of numberprotected MAPNetworkAccessMode(int value)
value
- numeric valuepublic static MAPNetworkAccessMode fromValue(int value)
value
- integerpublic static MAPNetworkAccessMode[] namedValues()