public class FieldAddAnnotationCommand extends AbstractDataModelCommand
annotationClassName, context, dataObject, newValue, notifier, removeAnnotationIfValueIsNull, source, valuePair, valuePairs| Constructor and Description |
|---|
FieldAddAnnotationCommand(DataModelerContext context,
String source,
DataObject dataObject,
ObjectProperty field,
Annotation annotation,
DataModelChangeNotifier notifier) |
FieldAddAnnotationCommand(DataModelerContext context,
String source,
DataObject dataObject,
ObjectProperty field,
String annotationClassName,
DataModelChangeNotifier notifier) |
FieldAddAnnotationCommand(DataModelerContext context,
String source,
DataObject dataObject,
ObjectProperty field,
String annotationClassName,
List<ValuePair> valuePairs,
DataModelChangeNotifier notifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
getAnnotationClassName, getContext, getDataObject, getNewValue, getSource, getValuePair, isRemoveAnnotationIfValueIsNull, notifyChange, notifyFieldChange, notifyObjectChange, setAnnotationClassName, setContext, setDataObject, setNewValue, setRemoveAnnotationIfValueIsNull, setSource, setValuePair, withValuePair, withValuePairpublic FieldAddAnnotationCommand(DataModelerContext context, String source, DataObject dataObject, ObjectProperty field, String annotationClassName, List<ValuePair> valuePairs, DataModelChangeNotifier notifier)
public FieldAddAnnotationCommand(DataModelerContext context, String source, DataObject dataObject, ObjectProperty field, String annotationClassName, DataModelChangeNotifier notifier)
public FieldAddAnnotationCommand(DataModelerContext context, String source, DataObject dataObject, ObjectProperty field, Annotation annotation, DataModelChangeNotifier notifier)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.