public class MAPMME_InterfaceList extends BitStringWithNamedBits
MME-InterfaceList ::= BIT STRING (SIZE (5..8)) { s1-mme(0), s3(1), s6a(2), s10(3), s11(4) }Added in release 8. Other bits than are named here shall be discarded.
Used as field type by MAPTraceInterfaceList
.
BitStringWithNamedBits.NamedBit
Constructor and Description |
---|
MAPMME_InterfaceList()
Constructs an object that has no bits set.
|
MAPMME_InterfaceList(int nbits)
Constructs an object that has no bits set, initialised to accommodate the given number of bits.
|
Modifier and Type | Method and Description |
---|---|
MAPMME_InterfaceList |
clearS1_mme()
Clears the bit for s1_mme to false.
|
MAPMME_InterfaceList |
clearS10()
Clears the bit for s10 to false.
|
MAPMME_InterfaceList |
clearS11()
Clears the bit for s11 to false.
|
MAPMME_InterfaceList |
clearS3()
Clears the bit for s3 to false.
|
MAPMME_InterfaceList |
clearS6a()
Clears the bit for s6a to false.
|
MAPMME_InterfaceList |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPMME_InterfaceList |
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 |
getS1_mme()
Gets whether the bit for s1_mme is set or not.
|
boolean |
getS10()
Gets whether the bit for s10 is set or not.
|
boolean |
getS11()
Gets whether the bit for s11 is set or not.
|
boolean |
getS3()
Gets whether the bit for s3 is set or not.
|
boolean |
getS6a()
Gets whether the bit for s6a is set or not.
|
MAPMME_InterfaceList |
setS1_mme()
Sets the bit for s1_mme to true.
|
MAPMME_InterfaceList |
setS10()
Sets the bit for s10 to true.
|
MAPMME_InterfaceList |
setS11()
Sets the bit for s11 to true.
|
MAPMME_InterfaceList |
setS3()
Sets the bit for s3 to true.
|
MAPMME_InterfaceList |
setS6a()
Sets the bit for s6a 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 MAPMME_InterfaceList()
public MAPMME_InterfaceList(int nbits)
nbits
- initial number of bitspublic MAPMME_InterfaceList clearS10()
public MAPMME_InterfaceList clearS11()
public MAPMME_InterfaceList clearS1_mme()
public MAPMME_InterfaceList clearS3()
public MAPMME_InterfaceList clearS6a()
public MAPMME_InterfaceList clone()
clone
in interface DataObject
clone
in class BitString
public static MAPMME_InterfaceList copyOf(BitString from)
from
- the object from which to copypublic BitStringWithNamedBits.NamedBit[] getNamedBits()
BitStringWithNamedBits
getNamedBits
in class BitStringWithNamedBits
public boolean getS10()
public boolean getS11()
public boolean getS1_mme()
public boolean getS3()
public boolean getS6a()
public MAPMME_InterfaceList setS10()
public MAPMME_InterfaceList setS11()
public MAPMME_InterfaceList setS1_mme()
public MAPMME_InterfaceList setS3()
public MAPMME_InterfaceList setS6a()
public static BitStringWithNamedBits.NamedBit[] staticGetNamedBits()