public class MAPPGW_EventList extends BitStringWithNamedBits
PGW-EventList ::= BIT STRING (SIZE (3..8)) { pdn-connectionCreation(0), pdn-connectionTermination(1), bearerActivationModificationDeletion(2) }Added in release 8. Other bits than are named here shall be discarded.
Used as field type by MAPTraceEventList
.
BitStringWithNamedBits.NamedBit
Constructor and Description |
---|
MAPPGW_EventList()
Constructs an object that has no bits set.
|
MAPPGW_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 |
---|---|
MAPPGW_EventList |
clearBearerActivationModificationDeletion()
Clears the bit for bearerActivationModificationDeletion to false.
|
MAPPGW_EventList |
clearPdn_connectionCreation()
Clears the bit for pdn_connectionCreation to false.
|
MAPPGW_EventList |
clearPdn_connectionTermination()
Clears the bit for pdn_connectionTermination to false.
|
MAPPGW_EventList |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPPGW_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 |
getBearerActivationModificationDeletion()
Gets whether the bit for bearerActivationModificationDeletion 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 |
getPdn_connectionCreation()
Gets whether the bit for pdn_connectionCreation is set or not.
|
boolean |
getPdn_connectionTermination()
Gets whether the bit for pdn_connectionTermination is set or not.
|
MAPPGW_EventList |
setBearerActivationModificationDeletion()
Sets the bit for bearerActivationModificationDeletion to true.
|
MAPPGW_EventList |
setPdn_connectionCreation()
Sets the bit for pdn_connectionCreation to true.
|
MAPPGW_EventList |
setPdn_connectionTermination()
Sets the bit for pdn_connectionTermination 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 MAPPGW_EventList()
public MAPPGW_EventList(int nbits)
nbits
- initial number of bitspublic MAPPGW_EventList clearBearerActivationModificationDeletion()
public MAPPGW_EventList clearPdn_connectionCreation()
public MAPPGW_EventList clearPdn_connectionTermination()
public MAPPGW_EventList clone()
clone
in interface DataObject
clone
in class BitString
public static MAPPGW_EventList copyOf(BitString from)
from
- the object from which to copypublic boolean getBearerActivationModificationDeletion()
public BitStringWithNamedBits.NamedBit[] getNamedBits()
BitStringWithNamedBits
getNamedBits
in class BitStringWithNamedBits
public boolean getPdn_connectionCreation()
public boolean getPdn_connectionTermination()
public MAPPGW_EventList setBearerActivationModificationDeletion()
public MAPPGW_EventList setPdn_connectionCreation()
public MAPPGW_EventList setPdn_connectionTermination()
public static BitStringWithNamedBits.NamedBit[] staticGetNamedBits()