public class MAPServingNode extends BitStringWithNamedBits
ServingNode ::=
BIT STRING (SIZE (1..8)) {
mme(0)
}
Added in release 9. Other bits than are named here shall be discarded.
Used as field type by MAPAnyTimeModificationArg.
Used as field type by MAPNoteSubscriberDataModifiedArg.
BitStringWithNamedBits.NamedBit| Constructor and Description |
|---|
MAPServingNode()
Constructs an object that has no bits set.
|
MAPServingNode(int nbits)
Constructs an object that has no bits set, initialised to accommodate the given number of bits.
|
| Modifier and Type | Method and Description |
|---|---|
MAPServingNode |
clearMme()
Clears the bit for mme to false.
|
MAPServingNode |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPServingNode |
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 |
getMme()
Gets whether the bit for mme is set or not.
|
BitStringWithNamedBits.NamedBit[] |
getNamedBits()
Gets the names of all bits of this type (not just the bits set in this value).
|
MAPServingNode |
setMme()
Sets the bit for mme to true.
|
static BitStringWithNamedBits.NamedBit[] |
staticGetNamedBits()
Gets the names of all bits of this type (not just the bits set in this value).
|
toStringcheckModify, isReadOnly, setReadOnlypublic MAPServingNode()
public MAPServingNode(int nbits)
nbits - initial number of bitspublic MAPServingNode clearMme()
public MAPServingNode clone()
clone in interface DataObjectclone in class BitStringpublic static MAPServingNode copyOf(BitString from)
from - the object from which to copypublic boolean getMme()
public BitStringWithNamedBits.NamedBit[] getNamedBits()
BitStringWithNamedBitsgetNamedBits in class BitStringWithNamedBitspublic MAPServingNode setMme()
public static BitStringWithNamedBits.NamedBit[] staticGetNamedBits()