org.openmuc.openiec61850
Class BdaCheck

java.lang.Object
  extended by org.openmuc.openiec61850.ModelNode
      extended by org.openmuc.openiec61850.FcModelNode
          extended by org.openmuc.openiec61850.BasicDataAttribute
              extended by org.openmuc.openiec61850.BdaBitString
                  extended by 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


Field Summary
 
Fields inherited from class org.openmuc.openiec61850.BasicDataAttribute
basicType, dchg, dupd, qchg, sAddr
 
Fields inherited from class org.openmuc.openiec61850.ModelNode
children, objectReference
 
Constructor Summary
BdaCheck(ObjectReference objectReference)
           
 
Method Summary
 BdaCheck copy()
          Copies the whole node with all of its children.
 boolean getInterlockCheck()
           
 boolean getSynchrocheck()
           
 void setInterlockCheck(boolean interlockCheck)
           
 void setSynchrocheck(boolean synchrocheck)
           
 
Methods inherited from class org.openmuc.openiec61850.BdaBitString
getMaxNumBits, getValue, setDefault, setValue, toString
 
Methods inherited from class org.openmuc.openiec61850.BasicDataAttribute
getBasicDataAttributes, getBasicType, getChild, getChild, getChildren, getDchg, getDupd, getQchg, getSAddr, iterator
 
Methods inherited from class org.openmuc.openiec61850.FcModelNode
getFc
 
Methods inherited from class org.openmuc.openiec61850.ModelNode
getIterators, getName, getParent, getReference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BdaCheck

public BdaCheck(ObjectReference objectReference)
Method Detail

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