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, iteratorgetFcgetIterators, getName, getParent, getReferencepublic BdaFloat32(ObjectReference objectReference, Fc fc, java.lang.String sAddr, boolean dchg, boolean dupd)
public void setValueFrom(BasicDataAttribute bda)
setValueFrom in class BasicDataAttributepublic 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 BasicDataAttributepublic BdaFloat32 copy()
ModelNodepublic java.lang.String toString()
toString in class FcModelNodepublic java.lang.String getValueString()
getValueString in class BasicDataAttribute