org.eclipse.gmf.codegen.gmfgen
Interface GenNotationElementTarget

All Superinterfaces:
org.eclipse.emf.ecore.EObject, GenAuditable, GenMeasurable, GenRuleTarget, org.eclipse.emf.common.notify.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 Properties:

Method Summary
 org.eclipse.emf.codegen.ecore.genmodel.GenClass getElement()
          Returns the value of the 'Element' reference.
 void setElement(org.eclipse.emf.codegen.ecore.genmodel.GenClass value)
          Sets the value of the 'Element' reference.
 
Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.GenAuditable
getContextSelector, getTargetClass, getTargetClassModelQualifiedName, setContextSelector
 
Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.GenRuleTarget
getContext
 
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
 

Method Detail

getElement

org.eclipse.emf.codegen.ecore.genmodel.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 Properties:
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(org.eclipse.emf.codegen.ecore.genmodel.GenClass value)
Sets the value of the 'Element' reference.

Parameters:
value - the new value of the 'Element' reference.
See Also:
getElement()
Generated


Copyright © 2012. All Rights Reserved.