org.eclipse.gmf.codegen.gmfgen
Interface GenDomainElementTarget
- All Superinterfaces:
- EObject, GenAuditable, GenMeasurable, GenRuleTarget, Notifier
- All Known Implementing Classes:
- GenDomainElementTargetImpl
public interface GenDomainElementTarget
- extends GenAuditable, GenMeasurable
A representation of the model object 'Gen Domain Element Target'.
Target for rules applied on domain model elements
The following features are supported:
- See Also:
GMFGenPackage.getGenDomainElementTarget()
- ** 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 domain model element
- Returns:
- the value of the 'Element' reference.
- See Also:
setElement(GenClass)
,
GMFGenPackage.getGenDomainElementTarget_Element()
- ** Generated **
- Model:
- required="true"
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.