org.openiec61850
Class DaFloat64

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

public final class DaFloat64
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
DaFloat64(ObjectReference objectReference, FunctionalConstraint fc, java.lang.String sAddr, byte[] value, boolean dchg, boolean dupd)
           
 
Method Summary
 DaFloat64 copy()
          Copies the whole node with all of its children.
 java.lang.Double getDouble()
           
 byte[] getValue()
           
 void setDefault()
           
 void setDouble(java.lang.Double value)
           
 void setValue(byte[] value)
           
 void setValue(java.lang.Object value)
           
 
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, toString
 
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

DaFloat64

public DaFloat64(ObjectReference objectReference,
                 FunctionalConstraint fc,
                 java.lang.String sAddr,
                 byte[] value,
                 boolean dchg,
                 boolean dupd)
Method Detail

setValue

public void setValue(byte[] value)

setValue

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

setDouble

public void setDouble(java.lang.Double value)

getValue

public byte[] getValue()
Specified by:
getValue in class BasicDataAttribute

getDouble

public java.lang.Double getDouble()

setDefault

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

copy

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