org.openmuc.openiec61850
public abstract class BdaBitString extends BasicDataAttribute
basicType, dchg, dupd, qchg, sAddr
children, objectReference
Constructor and Description |
---|
BdaBitString(ObjectReference objectReference,
Fc fc,
java.lang.String sAddr,
int maxNumBits,
boolean dchg,
boolean dupd) |
Modifier and Type | Method and Description |
---|---|
int |
getMaxNumBits() |
byte[] |
getValue() |
void |
setDefault()
Initializes BIT_STRING with all zeros
|
void |
setValue(byte[] value) |
java.lang.String |
toString() |
getBasicDataAttributes, getBasicType, getChild, getChild, getChildren, getDchg, getDupd, getQchg, getSAddr, iterator
getFc
copy, getIterators, getName, getParent, getReference
public BdaBitString(ObjectReference objectReference, Fc fc, java.lang.String sAddr, int maxNumBits, boolean dchg, boolean dupd)
public byte[] getValue()
getValue
in class BasicDataAttribute
public void setValue(byte[] value)
public int getMaxNumBits()
public void setDefault()
setDefault
in class BasicDataAttribute
public java.lang.String toString()
toString
in class FcModelNode