public class BooleanFieldModel extends Object implements FieldModel<Boolean>
| Constructor and Description |
|---|
BooleanFieldModel(String newName,
Boolean newValue)
Creates a new BooleanFieldModel object
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
get Field's name
|
Boolean |
getValue()
get value
|
void |
setValue(String newName,
Boolean newValue)
set Field's name/value
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasValuepublic Boolean getValue()
getValue in interface FieldModel<Boolean>public String getName()
getName in interface FieldModel<Boolean>public void setValue(String newName, Boolean newValue)
setValue in interface FieldModel<Boolean>Copyright © 2021 Micro Focus. All rights reserved.