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