public class EmptyFieldModel extends Object implements FieldModel<Object>
| Constructor and Description |
|---|
EmptyFieldModel(String strKey) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Object |
getValue() |
boolean |
hasValue() |
void |
setValue(String name,
Object value) |
public EmptyFieldModel(String strKey)
public Object getValue()
getValue in interface FieldModel<Object>public void setValue(String name, Object value)
setValue in interface FieldModel<Object>public String getName()
getName in interface FieldModel<Object>public boolean hasValue()
hasValue in interface FieldModel<Object>Copyright © 2021 Micro Focus. All rights reserved.