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

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

public interface MultiAttributeSetOperation
extends FeatureOperation

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

The following features are supported:

See Also:
OperationsPackage.getMultiAttributeSetOperation()

Method Summary
 int getIndex()
          Returns the value of the 'Index' attribute.
 Object getNewValue()
          Returns the value of the 'New Value' attribute.
 Object getOldValue()
          Returns the value of the 'Old Value' attribute.
 void setIndex(int value)
          Sets the value of the ' Index' attribute.
 void setNewValue(Object value)
          Sets the value of the ' New Value' attribute.
 void setOldValue(Object value)
          Sets the value of the ' Old Value' 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

getIndex

int getIndex()
Returns the value of the 'Index' attribute.

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

Returns:
the value of the 'Index' attribute.
See Also:
setIndex(int), OperationsPackage.getMultiAttributeSetOperation_Index()

setIndex

void setIndex(int value)
Sets the value of the ' Index' attribute.

Parameters:
value - the new value of the 'Index' attribute.
See Also:
getIndex()

getOldValue

Object getOldValue()
Returns the value of the 'Old Value' attribute.

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

Returns:
the value of the 'Old Value' attribute.
See Also:
setOldValue(Object), OperationsPackage.getMultiAttributeSetOperation_OldValue()

setOldValue

void setOldValue(Object value)
Sets the value of the ' Old Value' attribute.

Parameters:
value - the new value of the 'Old Value' attribute.
See Also:
getOldValue()

getNewValue

Object getNewValue()
Returns the value of the 'New Value' attribute.

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

Returns:
the value of the 'New Value' attribute.
See Also:
setNewValue(Object), OperationsPackage.getMultiAttributeSetOperation_NewValue()

setNewValue

void setNewValue(Object value)
Sets the value of the ' New Value' attribute.

Parameters:
value - the new value of the 'New Value' attribute.
See Also:
getNewValue()


Copyright © 2015. All Rights Reserved.