|
org.eclipse.gmf.codegen.gmfgen
Interface GenChildSideAffixedNode
-
All Superinterfaces:
- org.eclipse.emf.ecore.EObject,
GenChildContainer,
GenChildNode,
GenCommonBase,
GenContainerBase,
GenLinkEnd,
GenNode, org.eclipse.emf.common.notify.Notifier
-
All Known Implementing Classes:
-
GenChildSideAffixedNodeImpl
-
public interface GenChildSideAffixedNode
- extends
GenChildNode
A representation of the model object '
Gen Child Side Affixed Node
'.
The following features are supported:
-
See Also:
-
GMFGenPackage.getGenChildSideAffixedNode()
-
** Generated **
-
-
Model:
-
Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.
GenNode
|
getCompartments,
getCreateCommandClassName,
getCreateCommandQualifiedClassName,
getDomainMetaClass,
getGraphicalNodeEditPolicyClassName,
getGraphicalNodeEditPolicyQualifiedClassName,
getLabels,
getModelFacet,
getPrimaryDragEditPolicyQualifiedClassName,
getReorientedIncomingLinks,
setCreateCommandClassName,
setGraphicalNodeEditPolicyClassName,
setModelFacet,
setPrimaryDragEditPolicyQualifiedClassName
|
Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.
GenCommonBase
|
getBehaviour,
getBehaviour,
getClassNamePrefix,
getClassNameSuffux,
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
|
getPreferredSideName
java.lang.String getPreferredSideName()
- Returns the value of the '
Preferred Side Name
' attribute.
The default value is
"NONE" .
If the meaning of the 'Preferred Side Name' attribute isn't clear,
there really should be more of a description here...
-
-
-
Returns:
- the value of the 'Preferred Side Name' attribute.
-
See Also:
-
setPreferredSideName(String) ,
GMFGenPackage.getGenChildSideAffixedNode_PreferredSideName()
-
** Generated **
-
-
Model:
- default="NONE"
setPreferredSideName
void setPreferredSideName(java.lang.String value)
- Sets the value of the '
Preferred Side Name ' attribute.
-
-
-
Parameters:
-
value - the new value of the 'Preferred Side Name' attribute. -
See Also:
-
getPreferredSideName()
-
** Generated **
-
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.
|
|