public interface MultiAttributeOperation extends FeatureOperation
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Integer> |
getIndexes()
Returns the value of the 'Indexes' attribute list.
|
org.eclipse.emf.common.util.EList<Object> |
getReferencedValues()
Returns the value of the 'Referenced Values' attribute
list.
|
boolean |
isAdd()
Returns the value of the 'Add' attribute.
|
void |
setAdd(boolean value)
Sets the value of the '
Add' attribute. |
getFeature, getFeature, getFeatureName, getUnset, setFeatureName, setUnsetapply, getAllInvolvedModelElements, getClientDate, getLeafOperations, getModelElementId, getOperationId, getOtherInvolvedModelElements, isAccepted, reverse, setAccepted, setClientDate, setModelElementIdgetIdentifier, setIdentifiereAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDelivercreateAPI, toAPIboolean isAdd()
If the meaning of the 'Add' attribute isn't clear, there really should be more of a description here...
setAdd(boolean),
OperationsPackage.getMultiAttributeOperation_Add()void setAdd(boolean value)
Add' attribute.
value - the new value of the 'Add' attribute.isAdd()org.eclipse.emf.common.util.EList<Integer> getIndexes()
Integer.
If the meaning of the 'Indexes' attribute list isn't clear, there really should be more of a description here...
OperationsPackage.getMultiAttributeOperation_Indexes()org.eclipse.emf.common.util.EList<Object> getReferencedValues()
Object.
If the meaning of the 'Referenced Values' attribute list isn't clear, there really should be more of a description here...
OperationsPackage.getMultiAttributeOperation_ReferencedValues()Copyright © 2017. All rights reserved.