org.openmuc.openiec61850
Class BdaBitString
java.lang.Object
org.openmuc.openiec61850.ModelNode
org.openmuc.openiec61850.FcModelNode
org.openmuc.openiec61850.BasicDataAttribute
org.openmuc.openiec61850.BdaBitString
- All Implemented Interfaces:
- java.lang.Iterable<ModelNode>
- Direct Known Subclasses:
- BdaCheck, BdaDoubleBitPos, BdaOptFlds, BdaQuality, BdaReasonForInclusion, BdaTapCommand, BdaTriggerConditions
public abstract class BdaBitString
- extends BasicDataAttribute
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BdaBitString
public BdaBitString(ObjectReference objectReference,
Fc fc,
java.lang.String sAddr,
int maxNumBits,
boolean dchg,
boolean dupd)
getValue
public byte[] getValue()
- Specified by:
getValue
in class BasicDataAttribute
setValue
public void setValue(byte[] value)
getMaxNumBits
public int getMaxNumBits()
setDefault
public void setDefault()
- Initializes BIT_STRING with all zeros
- Specified by:
setDefault
in class BasicDataAttribute
toString
public java.lang.String toString()
- Overrides:
toString
in class FcModelNode