|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FeatureOperation
A representation of the model object ' Feature Operation'.
The following features are supported:
OperationsPackage.getFeatureOperation()| Method Summary | |
|---|---|
org.eclipse.emf.ecore.EStructuralFeature |
getFeature(org.eclipse.emf.ecore.EObject modelElement)
Get the feature from the eclass of the given model element. |
org.eclipse.emf.ecore.EStructuralFeature |
getFeature(Project project)
Get the feature from the Eclass of the model element identified by the model element of the operation. |
String |
getFeatureName()
Returns the value of the 'Feature Name' attribute. |
UnsetType |
getUnset()
Returns the value of the 'Unset' attribute. |
void |
setFeatureName(String value)
Sets the value of the ' Feature Name' attribute. |
void |
setUnset(UnsetType value)
Sets the value of the ' Unset' attribute. |
| 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 |
|---|
String getFeatureName()
"".
If the meaning of the 'Feature Name' attribute isn't clear, there really should be more of a description here...
setFeatureName(String),
OperationsPackage.getFeatureOperation_FeatureName()void setFeatureName(String value)
Feature Name' attribute.
value - the new value of the 'Feature Name' attribute.getFeatureName()UnsetType getUnset()
UnsetType.
If the meaning of the 'Unset' attribute isn't clear, there really should be more of a description here...
UnsetType,
setUnset(UnsetType),
OperationsPackage.getFeatureOperation_Unset()void setUnset(UnsetType value)
Unset' attribute.
value - the new value of the 'Unset' attribute.UnsetType,
getUnset()
org.eclipse.emf.ecore.EStructuralFeature getFeature(Project project)
throws UnkownFeatureException
project - the project
UnkownFeatureException - if the feature can not be found in the eclass of the
corresponding model element
org.eclipse.emf.ecore.EStructuralFeature getFeature(org.eclipse.emf.ecore.EObject modelElement)
throws UnkownFeatureException
modelElement - the model element
UnkownFeatureException - if the feature can not be found in the eclass of the
corresponding model element
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||