public class MAPTraceNE_TypeList extends BitStringWithNamedBits
TraceNE-TypeList ::= BIT STRING (SIZE (6..16)) { msc-s(0), mgw(1), sgsn(2), ggsn(3), rnc(4), bm-sc(5), mme(6), -- Added in release 8. sgw(7), -- Added in release 8. pgw(8), -- Added in release 8. eNB(9) -- Added in release 8. }Added in release 6. Other bits than those named here shall be discarded.
Used as field type by MAPActivateTraceModeArg
.
BitStringWithNamedBits.NamedBit
Constructor and Description |
---|
MAPTraceNE_TypeList()
Constructs an object that has no bits set.
|
MAPTraceNE_TypeList(int nbits)
Constructs an object that has no bits set, initialised to accommodate the given number of bits.
|
Modifier and Type | Method and Description |
---|---|
MAPTraceNE_TypeList |
clearBm_sc()
Clears the bit for bm_sc to false.
|
MAPTraceNE_TypeList |
clearENB()
Clears the bit for eNB to false.
|
MAPTraceNE_TypeList |
clearGgsn()
Clears the bit for ggsn to false.
|
MAPTraceNE_TypeList |
clearMgw()
Clears the bit for mgw to false.
|
MAPTraceNE_TypeList |
clearMme()
Clears the bit for mme to false.
|
MAPTraceNE_TypeList |
clearMsc_s()
Clears the bit for msc_s to false.
|
MAPTraceNE_TypeList |
clearPgw()
Clears the bit for pgw to false.
|
MAPTraceNE_TypeList |
clearRnc()
Clears the bit for rnc to false.
|
MAPTraceNE_TypeList |
clearSgsn()
Clears the bit for sgsn to false.
|
MAPTraceNE_TypeList |
clearSgw()
Clears the bit for sgw to false.
|
MAPTraceNE_TypeList |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPTraceNE_TypeList |
copyOf(BitString from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
|
boolean |
getBm_sc()
Gets whether the bit for bm_sc is set or not.
|
boolean |
getENB()
Gets whether the bit for eNB is set or not.
|
boolean |
getGgsn()
Gets whether the bit for ggsn is set or not.
|
boolean |
getMgw()
Gets whether the bit for mgw is set or not.
|
boolean |
getMme()
Gets whether the bit for mme is set or not.
|
boolean |
getMsc_s()
Gets whether the bit for msc_s is set or not.
|
BitStringWithNamedBits.NamedBit[] |
getNamedBits()
Gets the names of all bits of this type (not just the bits set in this value).
|
boolean |
getPgw()
Gets whether the bit for pgw is set or not.
|
boolean |
getRnc()
Gets whether the bit for rnc is set or not.
|
boolean |
getSgsn()
Gets whether the bit for sgsn is set or not.
|
boolean |
getSgw()
Gets whether the bit for sgw is set or not.
|
MAPTraceNE_TypeList |
setBm_sc()
Sets the bit for bm_sc to true.
|
MAPTraceNE_TypeList |
setENB()
Sets the bit for eNB to true.
|
MAPTraceNE_TypeList |
setGgsn()
Sets the bit for ggsn to true.
|
MAPTraceNE_TypeList |
setMgw()
Sets the bit for mgw to true.
|
MAPTraceNE_TypeList |
setMme()
Sets the bit for mme to true.
|
MAPTraceNE_TypeList |
setMsc_s()
Sets the bit for msc_s to true.
|
MAPTraceNE_TypeList |
setPgw()
Sets the bit for pgw to true.
|
MAPTraceNE_TypeList |
setRnc()
Sets the bit for rnc to true.
|
MAPTraceNE_TypeList |
setSgsn()
Sets the bit for sgsn to true.
|
MAPTraceNE_TypeList |
setSgw()
Sets the bit for sgw to true.
|
static BitStringWithNamedBits.NamedBit[] |
staticGetNamedBits()
Gets the names of all bits of this type (not just the bits set in this value).
|
toString
checkModify, isReadOnly, setReadOnly
public MAPTraceNE_TypeList()
public MAPTraceNE_TypeList(int nbits)
nbits
- initial number of bitspublic MAPTraceNE_TypeList clearBm_sc()
public MAPTraceNE_TypeList clearENB()
public MAPTraceNE_TypeList clearGgsn()
public MAPTraceNE_TypeList clearMgw()
public MAPTraceNE_TypeList clearMme()
public MAPTraceNE_TypeList clearMsc_s()
public MAPTraceNE_TypeList clearPgw()
public MAPTraceNE_TypeList clearRnc()
public MAPTraceNE_TypeList clearSgsn()
public MAPTraceNE_TypeList clearSgw()
public MAPTraceNE_TypeList clone()
clone
in interface DataObject
clone
in class BitString
public static MAPTraceNE_TypeList copyOf(BitString from)
from
- the object from which to copypublic boolean getBm_sc()
public boolean getENB()
public boolean getGgsn()
public boolean getMgw()
public boolean getMme()
public boolean getMsc_s()
public BitStringWithNamedBits.NamedBit[] getNamedBits()
BitStringWithNamedBits
getNamedBits
in class BitStringWithNamedBits
public boolean getPgw()
public boolean getRnc()
public boolean getSgsn()
public boolean getSgw()
public MAPTraceNE_TypeList setBm_sc()
public MAPTraceNE_TypeList setENB()
public MAPTraceNE_TypeList setGgsn()
public MAPTraceNE_TypeList setMgw()
public MAPTraceNE_TypeList setMme()
public MAPTraceNE_TypeList setMsc_s()
public MAPTraceNE_TypeList setPgw()
public MAPTraceNE_TypeList setRnc()
public MAPTraceNE_TypeList setSgsn()
public MAPTraceNE_TypeList setSgw()
public static BitStringWithNamedBits.NamedBit[] staticGetNamedBits()