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

All Superinterfaces:
AbstractOperation, APIDelegate<ESOperation>, org.eclipse.emf.ecore.EObject, FeatureOperation, IdentifiableElement, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
MultiReferenceOperation, MultiReferenceSetOperation, SingleReferenceOperation
All Known Implementing Classes:
MultiReferenceOperationImpl, MultiReferenceSetOperationImpl, ReferenceOperationImpl, SingleReferenceOperationImpl

public interface ReferenceOperation
extends FeatureOperation

A representation of the model object ' Reference Operation'.

The following features are supported:

See Also:
OperationsPackage.getReferenceOperation()

Method Summary
 ContainmentType getContainmentType()
          Returns the value of the 'Containment Type' attribute.
 String getOppositeFeatureName()
          Returns the value of the 'Opposite Feature Name' attribute.
 boolean isBidirectional()
          Returns the value of the 'Bidirectional' attribute.
 void setBidirectional(boolean value)
          Sets the value of the ' Bidirectional' attribute.
 void setContainmentType(ContainmentType value)
          Sets the value of the ' Containment Type' attribute.
 void setOppositeFeatureName(String value)
          Sets the value of the ' Opposite Feature Name' 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

isBidirectional

boolean isBidirectional()
Returns the value of the 'Bidirectional' attribute.

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

Returns:
the value of the 'Bidirectional' attribute.
See Also:
setBidirectional(boolean), OperationsPackage.getReferenceOperation_Bidirectional()

setBidirectional

void setBidirectional(boolean value)
Sets the value of the ' Bidirectional' attribute.

Parameters:
value - the new value of the 'Bidirectional' attribute.
See Also:
isBidirectional()

getOppositeFeatureName

String getOppositeFeatureName()
Returns the value of the 'Opposite Feature Name' attribute.

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

Returns:
the value of the 'Opposite Feature Name' attribute.
See Also:
setOppositeFeatureName(String), OperationsPackage.getReferenceOperation_OppositeFeatureName()

setOppositeFeatureName

void setOppositeFeatureName(String value)
Sets the value of the ' Opposite Feature Name' attribute.

Parameters:
value - the new value of the 'Opposite Feature Name' attribute.
See Also:
getOppositeFeatureName()

getContainmentType

ContainmentType getContainmentType()
Returns the value of the 'Containment Type' attribute. The literals are from the enumeration ContainmentType.

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

Returns:
the value of the 'Containment Type' attribute.
See Also:
ContainmentType, setContainmentType(ContainmentType), OperationsPackage.getReferenceOperation_ContainmentType()

setContainmentType

void setContainmentType(ContainmentType value)
Sets the value of the ' Containment Type' attribute.

Parameters:
value - the new value of the 'Containment Type' attribute.
See Also:
ContainmentType, getContainmentType()


Copyright © 2015. All Rights Reserved.