public final class BdaFloat32 extends BasicDataAttribute
children, objectReference
Constructor | Description |
---|---|
BdaFloat32(ObjectReference objectReference,
Fc fc,
java.lang.String sAddr,
boolean dchg,
boolean dupd) |
Modifier and Type | Method | 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 setValueFrom(BasicDataAttribute bda)
setValueFrom
in class BasicDataAttribute
public byte[] getValue()
public void setValue(byte[] value)
public java.lang.Float getFloat()
public void setFloat(java.lang.Float value)
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