public class FloatFieldModel extends Object implements FieldModel<Float>
| Constructor and Description |
|---|
FloatFieldModel(String newName,
Float newValue) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Float |
getValue() |
void |
setValue(String newName,
Float newValue) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasValuepublic Float getValue()
getValue in interface FieldModel<Float>public void setValue(String newName, Float newValue)
setValue in interface FieldModel<Float>public String getName()
getName in interface FieldModel<Float>Copyright © 2021 Micro Focus. All rights reserved.