public class MAPMSC_S_InterfaceList extends BitStringWithNamedBits
MSC-S-InterfaceList ::= BIT STRING (SIZE (10..16)) { a(0), iu(1), mc(2), map-g(3), map-b(4), map-e(5), map-f(6), cap(7), map-d(8), map-c(9) }Added in release 6. Other bits than are named here shall be discarded.
Used as field type by MAPTraceInterfaceList
.
Used as field type by MAPTracePropagationList
.
BitStringWithNamedBits.NamedBit
Constructor and Description |
---|
MAPMSC_S_InterfaceList()
Constructs an object that has no bits set.
|
MAPMSC_S_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 |
---|---|
MAPMSC_S_InterfaceList |
clearA()
Clears the bit for a to false.
|
MAPMSC_S_InterfaceList |
clearCap()
Clears the bit for cap to false.
|
MAPMSC_S_InterfaceList |
clearIu()
Clears the bit for iu to false.
|
MAPMSC_S_InterfaceList |
clearMap_b()
Clears the bit for map_b to false.
|
MAPMSC_S_InterfaceList |
clearMap_c()
Clears the bit for map_c to false.
|
MAPMSC_S_InterfaceList |
clearMap_d()
Clears the bit for map_d to false.
|
MAPMSC_S_InterfaceList |
clearMap_e()
Clears the bit for map_e to false.
|
MAPMSC_S_InterfaceList |
clearMap_f()
Clears the bit for map_f to false.
|
MAPMSC_S_InterfaceList |
clearMap_g()
Clears the bit for map_g to false.
|
MAPMSC_S_InterfaceList |
clearMc()
Clears the bit for mc to false.
|
MAPMSC_S_InterfaceList |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPMSC_S_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.
|
boolean |
getA()
Gets whether the bit for a is set or not.
|
boolean |
getCap()
Gets whether the bit for cap is set or not.
|
boolean |
getIu()
Gets whether the bit for iu is set or not.
|
boolean |
getMap_b()
Gets whether the bit for map_b is set or not.
|
boolean |
getMap_c()
Gets whether the bit for map_c is set or not.
|
boolean |
getMap_d()
Gets whether the bit for map_d is set or not.
|
boolean |
getMap_e()
Gets whether the bit for map_e is set or not.
|
boolean |
getMap_f()
Gets whether the bit for map_f is set or not.
|
boolean |
getMap_g()
Gets whether the bit for map_g is set or not.
|
boolean |
getMc()
Gets whether the bit for mc is set or not.
|
BitStringWithNamedBits.NamedBit[] |
getNamedBits()
Gets the names of all bits of this type (not just the bits set in this value).
|
MAPMSC_S_InterfaceList |
setA()
Sets the bit for a to true.
|
MAPMSC_S_InterfaceList |
setCap()
Sets the bit for cap to true.
|
MAPMSC_S_InterfaceList |
setIu()
Sets the bit for iu to true.
|
MAPMSC_S_InterfaceList |
setMap_b()
Sets the bit for map_b to true.
|
MAPMSC_S_InterfaceList |
setMap_c()
Sets the bit for map_c to true.
|
MAPMSC_S_InterfaceList |
setMap_d()
Sets the bit for map_d to true.
|
MAPMSC_S_InterfaceList |
setMap_e()
Sets the bit for map_e to true.
|
MAPMSC_S_InterfaceList |
setMap_f()
Sets the bit for map_f to true.
|
MAPMSC_S_InterfaceList |
setMap_g()
Sets the bit for map_g to true.
|
MAPMSC_S_InterfaceList |
setMc()
Sets the bit for mc 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 MAPMSC_S_InterfaceList()
public MAPMSC_S_InterfaceList(int nbits)
nbits
- initial number of bitspublic MAPMSC_S_InterfaceList clearA()
public MAPMSC_S_InterfaceList clearCap()
public MAPMSC_S_InterfaceList clearIu()
public MAPMSC_S_InterfaceList clearMap_b()
public MAPMSC_S_InterfaceList clearMap_c()
public MAPMSC_S_InterfaceList clearMap_d()
public MAPMSC_S_InterfaceList clearMap_e()
public MAPMSC_S_InterfaceList clearMap_f()
public MAPMSC_S_InterfaceList clearMap_g()
public MAPMSC_S_InterfaceList clearMc()
public MAPMSC_S_InterfaceList clone()
clone
in interface DataObject
clone
in class BitString
public static MAPMSC_S_InterfaceList copyOf(BitString from)
from
- the object from which to copypublic boolean getA()
public boolean getCap()
public boolean getIu()
public boolean getMap_b()
public boolean getMap_c()
public boolean getMap_d()
public boolean getMap_e()
public boolean getMap_f()
public boolean getMap_g()
public boolean getMc()
public BitStringWithNamedBits.NamedBit[] getNamedBits()
BitStringWithNamedBits
getNamedBits
in class BitStringWithNamedBits
public MAPMSC_S_InterfaceList setA()
public MAPMSC_S_InterfaceList setCap()
public MAPMSC_S_InterfaceList setIu()
public MAPMSC_S_InterfaceList setMap_b()
public MAPMSC_S_InterfaceList setMap_c()
public MAPMSC_S_InterfaceList setMap_d()
public MAPMSC_S_InterfaceList setMap_e()
public MAPMSC_S_InterfaceList setMap_f()
public MAPMSC_S_InterfaceList setMap_g()
public MAPMSC_S_InterfaceList setMc()
public static BitStringWithNamedBits.NamedBit[] staticGetNamedBits()