org.eclipse.gmf.codegen.gmfgen
Interface GenContainerBase

All Superinterfaces:
org.eclipse.emf.ecore.EObject, GenCommonBase, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
GenChildContainer, GenChildLabelNode, GenChildNode, GenChildSideAffixedNode, GenCompartment, GenDiagram, GenNode, GenTopLevelNode
All Known Implementing Classes:
GenChildContainerImpl, GenChildLabelNodeImpl, GenChildNodeImpl, GenChildSideAffixedNodeImpl, GenCompartmentImpl, GenDiagramImpl, GenNodeImpl, GenTopLevelNodeImpl

public interface GenContainerBase
extends GenCommonBase

A representation of the model object 'Gen Container Base'.

The following features are supported:

See Also:
GMFGenPackage.getGenContainerBase()
Generated
Model Properties:
interface="true" abstract="true"

Field Summary
static String CANONICAL_EDIT_POLICY_SUFFIX
           
 
Fields inherited from interface org.eclipse.gmf.codegen.gmfgen.GenCommonBase
DEFAULT_CLASS_NAME_PREFIX, EDIT_PART_SUFFIX, ITEM_SEMANTIC_EDIT_POLICY_SUFFIX, NOTATION_VIEW_FACTORY_SUFFIX
 
Method Summary
 org.eclipse.emf.common.util.EList<GenNode> getAssistantNodes()
          Returns child nodes that may be created in this container
 String getCanonicalEditPolicyClassName()
          Returns the value of the 'Canonical Edit Policy Class Name' attribute.
 String getCanonicalEditPolicyQualifiedClassName()
           
 org.eclipse.emf.common.util.EList<GenNode> getContainedNodes()
          Returns the value of the 'Contained Nodes' reference list.
 boolean needsCanonicalEditPolicy()
           
 void setCanonicalEditPolicyClassName(String value)
          Sets the value of the 'Canonical Edit Policy Class Name' attribute.
 
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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

CANONICAL_EDIT_POLICY_SUFFIX

static final String CANONICAL_EDIT_POLICY_SUFFIX
See Also:
Constant Field Values
Method Detail

getContainedNodes

org.eclipse.emf.common.util.EList<GenNode> getContainedNodes()
Returns the value of the 'Contained Nodes' reference list. The list contents are of type GenNode.

If the meaning of the 'Contained Nodes' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Contained Nodes' reference list.
See Also:
GMFGenPackage.getGenContainerBase_ContainedNodes()
Generated
Model Properties:
transient="true" changeable="false" volatile="true" derived="true"

getCanonicalEditPolicyClassName

String getCanonicalEditPolicyClassName()
Returns the value of the 'Canonical Edit Policy Class Name' attribute.

If the meaning of the 'Canonical Edit Policy Class Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Canonical Edit Policy Class Name' attribute.
See Also:
setCanonicalEditPolicyClassName(String), GMFGenPackage.getGenContainerBase_CanonicalEditPolicyClassName()
Generated
Model Properties:

setCanonicalEditPolicyClassName

void setCanonicalEditPolicyClassName(String value)
Sets the value of the 'Canonical Edit Policy Class Name' attribute.

Parameters:
value - the new value of the 'Canonical Edit Policy Class Name' attribute.
See Also:
getCanonicalEditPolicyClassName()
Generated

getAssistantNodes

org.eclipse.emf.common.util.EList<GenNode> getAssistantNodes()
Returns child nodes that may be created in this container

Generated
Model Properties:
kind="operation"

needsCanonicalEditPolicy

boolean needsCanonicalEditPolicy()

Generated
Model Properties:

getCanonicalEditPolicyQualifiedClassName

String getCanonicalEditPolicyQualifiedClassName()

Generated
Model Properties:
kind="operation"


Copyright © 2012. All Rights Reserved.