org.openmuc.openiec61850
Class BdaTapCommand

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.BdaTapCommand
All Implemented Interfaces:
java.lang.Iterable<ModelNode>

public final class BdaTapCommand
extends BdaBitString


Nested Class Summary
static class BdaTapCommand.TapCommand
           
 
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
BdaTapCommand(ObjectReference objectReference, Fc fc, java.lang.String sAddr, boolean dchg, boolean dupd)
           
 
Method Summary
 BdaTapCommand copy()
          Copies the whole node with all of its children.
 BdaTapCommand.TapCommand getTapCommand()
           
 void setDefault()
          Sets the value to TapCommand.STOP
 void setTapCommand(BdaTapCommand.TapCommand tapCommand)
           
 
Methods inherited from class org.openmuc.openiec61850.BdaBitString
getMaxNumBits, getValue, 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

BdaTapCommand

public BdaTapCommand(ObjectReference objectReference,
                     Fc fc,
                     java.lang.String sAddr,
                     boolean dchg,
                     boolean dupd)
Method Detail

setDefault

public void setDefault()
Sets the value to TapCommand.STOP

Overrides:
setDefault in class BdaBitString

copy

public BdaTapCommand 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

getTapCommand

public BdaTapCommand.TapCommand getTapCommand()

setTapCommand

public void setTapCommand(BdaTapCommand.TapCommand tapCommand)