org.openmuc.openiec61850
Class BdaCheck
java.lang.Object
org.openmuc.openiec61850.ModelNode
org.openmuc.openiec61850.FcModelNode
org.openmuc.openiec61850.BasicDataAttribute
org.openmuc.openiec61850.BdaBitString
org.openmuc.openiec61850.BdaCheck
- All Implemented Interfaces:
- java.lang.Iterable<ModelNode>
public final class BdaCheck
- extends BdaBitString
Check packed list according to 61850-7-2
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BdaCheck
public BdaCheck(ObjectReference objectReference)
getSynchrocheck
public boolean getSynchrocheck()
getInterlockCheck
public boolean getInterlockCheck()
setSynchrocheck
public void setSynchrocheck(boolean synchrocheck)
setInterlockCheck
public void setInterlockCheck(boolean interlockCheck)
copy
public BdaCheck copy()
- Description copied from class:
ModelNode
- Copies the whole node with all of its children. Creates new BasicDataAttribute values but reuses
ObjectReferences, FunctionalConstraints.
- Specified by:
copy
in class ModelNode