public final class BdaFloat64 extends BasicDataAttribute
children, objectReference
Constructor | Description |
---|---|
BdaFloat64(ObjectReference objectReference,
Fc fc,
java.lang.String sAddr,
boolean dchg,
boolean dupd) |
Modifier and Type | Method | Description |
---|---|---|
BdaFloat64 |
copy() |
Returns a copy of model node with all of its children.
|
java.lang.Double |
getDouble() |
|
byte[] |
getValue() |
|
java.lang.String |
getValueString() |
|
void |
setDefault() |
|
void |
setDouble(java.lang.Double value) |
|
void |
setValue(byte[] value) |
|
void |
setValueFrom(BasicDataAttribute bda) |
|
java.lang.String |
toString() |
getBasicDataAttributes, getBasicType, getChild, getChild, getChildren, getDchg, getDupd, getQchg, getSAddr, iterator
getFc
getIterators, getName, getParent, getReference
public BdaFloat64(ObjectReference objectReference, Fc fc, java.lang.String sAddr, boolean dchg, boolean dupd)
public void setValueFrom(BasicDataAttribute bda)
setValueFrom
in class BasicDataAttribute
public byte[] getValue()
public void setValue(byte[] value)
public java.lang.Double getDouble()
public void setDouble(java.lang.Double value)
public void setDefault()
setDefault
in class BasicDataAttribute
public BdaFloat64 copy()
ModelNode
public java.lang.String toString()
toString
in class FcModelNode
public java.lang.String getValueString()
getValueString
in class BasicDataAttribute