Generators

org.topcased.outline.configurator
Interface MenuGroup

All Superinterfaces:
EObject, MenuItem, Notifier
All Known Subinterfaces:
Menu

public interface MenuGroup
extends MenuItem

A representation of the model object 'Menu Group'.

The following features are supported:

See Also:
OutlineConfiguratorPackage.getMenuGroup()
** Generated **
Model:
annotation="http://www.topcased.org/documentation documentation='A MenuGroup represents a JFace separator group.'"

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 EList getItems()
          Returns the value of the 'Items' containment reference list.
 boolean hasExactCreateChildActions()
          Check if the given MenuGroup has one or more Exact CreateChildAction.
 boolean hasHierarchicalCreateChildActions()
          Check if the given MenuGroup has one or more Hierarchical CreateChildAction.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 
Methods inherited from interface org.topcased.outline.configurator.MenuItem
getParent
 
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
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
** Generated **
Method Detail

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), OutlineConfiguratorPackage.getMenuGroup_Id()
** Generated **
Model:
id="true" required="true" annotation="http://www.topcased.org/uuid uuid='113195647230219'"

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
** Generated **

getItems

EList getItems()
Returns the value of the 'Items' containment reference list. The list contents are of type MenuItem. It is bidirectional and its opposite is 'Parent'.

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

Returns:
the value of the 'Items' containment reference list.
See Also:
OutlineConfiguratorPackage.getMenuGroup_Items(), MenuItem.getParent()
** Generated **
Model:
type="org.topcased.outline.configurator.MenuItem" opposite="parent" containment="true"

hasHierarchicalCreateChildActions

boolean hasHierarchicalCreateChildActions()
Check if the given MenuGroup has one or more Hierarchical CreateChildAction.

Returns:

hasExactCreateChildActions

boolean hasExactCreateChildActions()
Check if the given MenuGroup has one or more Exact CreateChildAction.

Returns:

Generators

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.