public class ReferenceFieldModel extends Object implements FieldModel<EntityModel>
| Constructor and Description |
|---|
ReferenceFieldModel(String name,
EntityModel value)
Creates a new ReferenceFieldModel object
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
GetEntities name
|
EntityModel |
getValue()
GetEntities Value
|
void |
setValue(String name,
EntityModel value)
Set name/value
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasValuepublic ReferenceFieldModel(String name, EntityModel value)
name - - Field namevalue - - Field Valuepublic EntityModel getValue()
getValue in interface FieldModel<EntityModel>public String getName()
getName in interface FieldModel<EntityModel>public void setValue(String name, EntityModel value)
setValue in interface FieldModel<EntityModel>Copyright © 2021 Micro Focus. All rights reserved.