org.eclipse.gmf.codegen.gmfgen
Interface GenNodeLabel
- All Superinterfaces:
- EObject, GenCommonBase, GenLabel, 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="http://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.
|
void |
setNode(GenNode value)
Sets the value of the 'Node' container reference |
| Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.GenCommonBase |
getClassNamePrefix, getClassNameSuffux, getDiagram, getDiagramRunTimeClass, getEditPartClassName, getEditPartQualifiedClassName, getElementType, getItemSemanticEditPolicyClassName, getItemSemanticEditPolicyQualifiedClassName, getLayoutType, getNotationViewFactoryClassName, getNotationViewFactoryQualifiedClassName, getUniqueIdentifier, getViewmap, getVisualID, 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 |
getNode
public 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:
GenNodeLabel.setNode(GenNode),
GMFGenPackage.getGenNodeLabel_Node(),
GenNode.getLabels()- ** Generated **
- Model:
- opposite="labels" required="true"
setNode
public void setNode(GenNode value)
- Sets the value of the '
Node' container reference.
- Parameters:
value - the new value of the 'Node' container reference.- See Also:
GenNodeLabel.getNode()- ** Generated **
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.