public abstract class FieldInstance extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.dmd.dmc.DmcAttribute<?> |
newValue |
| Modifier | Constructor and Description |
|---|---|
protected |
FieldInstance(org.dmd.dmc.DmcAttributeInfo ai,
String label,
String tooltip,
boolean mandatory) |
| Modifier and Type | Method and Description |
|---|---|
void |
setNewValueHolder()
This method is called after the field is constructed by the generated code that creates
the FieldInstance.
|
abstract void |
setValue(org.dmd.dmc.DmcAttribute<?> value)
Sets the value to be displayed in this field.
|
public void setNewValueHolder()
public abstract void setValue(org.dmd.dmc.DmcAttribute<?> value)
value - The attribute to be displayed.Copyright © 2019. All rights reserved.