org.eclipse.emf.emfstore.internal.server.model.versioning.operations
Interface MultiAttributeOperation

All Superinterfaces:
AbstractOperation, APIDelegate<ESOperation>, org.eclipse.emf.ecore.EObject, FeatureOperation, IdentifiableElement, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
MultiAttributeOperationImpl

public interface MultiAttributeOperation
extends FeatureOperation

A representation of the model object ' Multi Attribute Operation'.

The following features are supported:

See Also:
OperationsPackage.getMultiAttributeOperation()

Method Summary
 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.
 
Methods inherited from interface org.eclipse.emf.emfstore.internal.server.model.versioning.operations.FeatureOperation
getFeature, getFeature, getFeatureName, getUnset, setFeatureName, setUnset
 
Methods inherited from interface org.eclipse.emf.emfstore.internal.server.model.versioning.operations.AbstractOperation
apply, getAllInvolvedModelElements, getClientDate, getLeafOperations, getModelElementId, getOperationId, getOtherInvolvedModelElements, isAccepted, reverse, setAccepted, setClientDate, setModelElementId
 
Methods inherited from interface org.eclipse.emf.emfstore.internal.common.model.IdentifiableElement
getIdentifier, setIdentifier
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.emf.emfstore.internal.common.api.APIDelegate
createAPI, toAPI
 

Method Detail

isAdd

boolean isAdd()
Returns the value of the 'Add' attribute.

If the meaning of the 'Add' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Add' attribute.
See Also:
setAdd(boolean), OperationsPackage.getMultiAttributeOperation_Add()

setAdd

void setAdd(boolean value)
Sets the value of the ' Add' attribute.

Parameters:
value - the new value of the 'Add' attribute.
See Also:
isAdd()

getIndexes

org.eclipse.emf.common.util.EList<Integer> getIndexes()
Returns the value of the 'Indexes' attribute list. The list contents are of type Integer.

If the meaning of the 'Indexes' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Indexes' attribute list.
See Also:
OperationsPackage.getMultiAttributeOperation_Indexes()

getReferencedValues

org.eclipse.emf.common.util.EList<Object> getReferencedValues()
Returns the value of the 'Referenced Values' attribute list. The list contents are of type Object.

If the meaning of the 'Referenced Values' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Referenced Values' attribute list.
See Also:
OperationsPackage.getMultiAttributeOperation_ReferencedValues()


Copyright © 2015. All Rights Reserved.