org.openiec61850
Class DaInt8

java.lang.Object
  extended by org.openiec61850.ModelNode
      extended by org.openiec61850.FcModelNode
          extended by org.openiec61850.BasicDataAttribute
              extended by org.openiec61850.DaInt8
All Implemented Interfaces:
java.lang.Iterable<ModelNode>

public final class DaInt8
extends BasicDataAttribute


Field Summary
 
Fields inherited from class org.openiec61850.BasicDataAttribute
basicType, dchg, dupd, qchg, sAddr
 
Fields inherited from class org.openiec61850.FcModelNode
fc
 
Fields inherited from class org.openiec61850.ModelNode
children, objectReference
 
Constructor Summary
DaInt8(ObjectReference objectReference, FunctionalConstraint fc, java.lang.String sAddr, java.lang.Byte value, boolean dchg, boolean dupd)
           
 
Method Summary
 DaInt8 copy()
          Copies the whole node with all of its children.
 java.lang.Byte getValue()
           
 void setDefault()
           
 void setValue(java.lang.Byte value)
           
 void setValue(java.lang.Object value)
           
 java.lang.String toString()
           
 
Methods inherited from class org.openiec61850.BasicDataAttribute
getBasicDataAttributes, getBasicType, getChild, getChild, getChildren, getDchg, getDupd, getQchg, getSAddr, iterator
 
Methods inherited from class org.openiec61850.FcModelNode
getFunctionalConstraint
 
Methods inherited from class org.openiec61850.ModelNode
findSubNode, findSubNode, findSubNode, findSubNode, getIterators, getNodeName, getReference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DaInt8

public DaInt8(ObjectReference objectReference,
              FunctionalConstraint fc,
              java.lang.String sAddr,
              java.lang.Byte value,
              boolean dchg,
              boolean dupd)
Method Detail

setValue

public void setValue(java.lang.Byte value)

getValue

public java.lang.Byte getValue()
Specified by:
getValue in class BasicDataAttribute

setDefault

public void setDefault()
Specified by:
setDefault in class BasicDataAttribute

setValue

public void setValue(java.lang.Object value)
Specified by:
setValue in class BasicDataAttribute

copy

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

toString

public java.lang.String toString()
Overrides:
toString in class FcModelNode