org.eclipse.gmf.codegen.gmfgen
Interface GenNotationElementTarget
- All Superinterfaces:
- EObject, GenAuditable, GenMeasurable, GenRuleTarget, Notifier
- All Known Implementing Classes:
- GenNotationElementTargetImpl
public interface GenNotationElementTarget
- extends GenAuditable, GenMeasurable
A representation of the model object 'Gen Notation Element Target'.
Target for rules applied on diagram notation model elements
The following features are supported:
- See Also:
GMFGenPackage.getGenNotationElementTarget()
- ** Generated **
- Model:
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
getElement
GenClass getElement()
- Returns the value of the 'Element' reference.
If the meaning of the 'Element' reference isn't clear,
there really should be more of a description here...
Targeted diagram notation model element
- Returns:
- the value of the 'Element' reference.
- See Also:
setElement(GenClass)
,
GMFGenPackage.getGenNotationElementTarget_Element()
- ** Generated **
- Model:
- required="true"
annotation="http://www.eclipse.org/gmf/2005/constraints ocl='element.ecoreClass.eAllSuperTypes->including(element.ecoreClass)->one(ePackage.name = \'notation\' and name = \'View\')' description='\'notation::View\' or its sub-class must be set to NotationElement target'"
setElement
void setElement(GenClass value)
- Sets the value of the '
Element
' reference.
- Parameters:
value
- the new value of the 'Element' reference.- See Also:
getElement()
- ** Generated **
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.