public final class BdaFloat32 extends BasicDataAttribute
children, objectReference
Constructor and Description |
---|
BdaFloat32(ObjectReference objectReference,
Fc fc,
java.lang.String sAddr,
boolean dchg,
boolean dupd) |
Modifier and Type | Method and Description |
---|---|
BdaFloat32 |
copy()
Returns a copy of model node with all of its children.
|
java.lang.Float |
getFloat() |
byte[] |
getValue() |
java.lang.String |
getValueString() |
void |
setDefault() |
void |
setFloat(java.lang.Float 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 BdaFloat32(ObjectReference objectReference, Fc fc, java.lang.String sAddr, boolean dchg, boolean dupd)
public void setValue(byte[] value)
public void setValueFrom(BasicDataAttribute bda)
setValueFrom
in class BasicDataAttribute
public void setFloat(java.lang.Float value)
public byte[] getValue()
public java.lang.Float getFloat()
public void setDefault()
setDefault
in class BasicDataAttribute
public BdaFloat32 copy()
ModelNode
public java.lang.String toString()
toString
in class FcModelNode
public java.lang.String getValueString()
getValueString
in class BasicDataAttribute