public class FieldAnnotationValueChangeCommand extends AbstractDataModelCommand
| Modifier and Type | Field and Description |
|---|---|
protected ObjectProperty |
field |
annotationClassName, context, dataObject, newValue, notifier, removeAnnotationIfValueIsNull, source, valuePair, valuePairs| Constructor and Description |
|---|
FieldAnnotationValueChangeCommand(DataModelerContext context,
String source,
DataObject dataObject,
ObjectProperty field,
String annotationClassName,
String valuePair,
Object newValue,
boolean removeIfNull,
DataModelChangeNotifier notifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
ObjectProperty |
getField() |
void |
setField(ObjectProperty field) |
getAnnotationClassName, getContext, getDataObject, getNewValue, getSource, getValuePair, isRemoveAnnotationIfValueIsNull, notifyChange, notifyFieldChange, notifyObjectChange, setAnnotationClassName, setContext, setDataObject, setNewValue, setRemoveAnnotationIfValueIsNull, setSource, setValuePair, withValuePair, withValuePairprotected ObjectProperty field
public FieldAnnotationValueChangeCommand(DataModelerContext context, String source, DataObject dataObject, ObjectProperty field, String annotationClassName, String valuePair, Object newValue, boolean removeIfNull, DataModelChangeNotifier notifier)
public ObjectProperty getField()
public void setField(ObjectProperty field)
public void execute()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.