public class MAPBMSC_EventList extends BitStringWithNamedBits
BMSC-EventList ::= BIT STRING (SIZE (1..8)) { mbmsMulticastServiceActivation(0) }Added in release 6. Other bits than are named here shall be discarded.
Used as field type by MAPTraceEventList
.
BitStringWithNamedBits.NamedBit
Constructor and Description |
---|
MAPBMSC_EventList()
Constructs an object that has no bits set.
|
MAPBMSC_EventList(int nbits)
Constructs an object that has no bits set, initialised to accommodate the given number of bits.
|
Modifier and Type | Method and Description |
---|---|
MAPBMSC_EventList |
clearMbmsMulticastServiceActivation()
Clears the bit for mbmsMulticastServiceActivation to false.
|
MAPBMSC_EventList |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPBMSC_EventList |
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 |
getMbmsMulticastServiceActivation()
Gets whether the bit for mbmsMulticastServiceActivation is set or not.
|
BitStringWithNamedBits.NamedBit[] |
getNamedBits()
Gets the names of all bits of this type (not just the bits set in this value).
|
MAPBMSC_EventList |
setMbmsMulticastServiceActivation()
Sets the bit for mbmsMulticastServiceActivation 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 MAPBMSC_EventList()
public MAPBMSC_EventList(int nbits)
nbits
- initial number of bitspublic MAPBMSC_EventList clearMbmsMulticastServiceActivation()
public MAPBMSC_EventList clone()
clone
in interface DataObject
clone
in class BitString
public static MAPBMSC_EventList copyOf(BitString from)
from
- the object from which to copypublic boolean getMbmsMulticastServiceActivation()
public BitStringWithNamedBits.NamedBit[] getNamedBits()
BitStringWithNamedBits
getNamedBits
in class BitStringWithNamedBits
public MAPBMSC_EventList setMbmsMulticastServiceActivation()
public static BitStringWithNamedBits.NamedBit[] staticGetNamedBits()