|
org.eclipse.gmf.codegen.gmfgen
Interface GenNodeLabel
-
All Superinterfaces:
- org.eclipse.emf.ecore.EObject,
GenCommonBase,
GenLabel, org.eclipse.emf.common.notify.Notifier
-
All Known Subinterfaces:
-
GenExternalNodeLabel
-
All Known Implementing Classes:
-
GenExternalNodeLabelImpl,
GenNodeLabelImpl
-
public interface GenNodeLabel
- extends
GenLabel
A representation of the model object '
Gen Node Label
'.
Label within node
The following features are supported:
-
See Also:
-
GMFGenPackage.getGenNodeLabel()
-
** Generated **
-
-
Model:
- annotation="https://www.eclipse.org/gmf/2005/constraints ocl='getMetaFeatures()->forAll(f|f.ecoreFeature.eContainingClass.isSuperTypeOf(node.getDomainMetaClass().ecoreClass))' description='Node label meta features must be owned by the node \'Meta Class\' or its super-classes'"
Method Summary
|
GenNode
|
getNode
()
Returns the value of the '
Node
' container reference. |
Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.
GenCommonBase
|
getBehaviour,
getBehaviour,
getClassNamePrefix,
getClassNameSuffux,
getDiagram,
getDiagramRunTimeClass,
getEditPartClassName,
getEditPartQualifiedClassName,
getElementType,
getItemSemanticEditPolicyClassName,
getItemSemanticEditPolicyQualifiedClassName,
getLayoutType,
getNotationViewFactoryClassName,
getNotationViewFactoryQualifiedClassName,
getStyles,
getUniqueIdentifier,
getViewmap,
getVisualID,
isSansDomain,
setDiagramRunTimeClass,
setEditPartClassName,
setElementType,
setItemSemanticEditPolicyClassName,
setNotationViewFactoryClassName,
setViewmap,
setVisualID
|
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.common.notify.Notifier
|
eAdapters, eDeliver, eNotify, eSetDeliver
|
getNode
GenNode getNode()
- Returns the value of the '
Node
' container reference.
It is bidirectional and its opposite is '
Labels '.
If the meaning of the 'Node' container reference isn't clear,
there really should be more of a description here...
-
-
-
Returns:
- the value of the 'Node' container reference.
-
See Also:
-
GMFGenPackage.getGenNodeLabel_Node() ,
GenNode.getLabels()
-
** Generated **
-
-
Model:
- opposite="labels" resolveProxies="false" required="true" transient="false" changeable="false"
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.
|
|