Generators

org.topcased.outline.configurator
Interface CreateChildMenuConfiguration

All Superinterfaces:
EObject, Notifier

public interface CreateChildMenuConfiguration
extends EObject

A representation of the model object 'Create Child Menu Configuration'.

The following features are supported:

See Also:
OutlineConfiguratorPackage.getCreateChildMenuConfiguration()
** Generated **
Model:
annotation="http://www.topcased.org/documentation documentation='The create child menu configuration contains the \'Create child\' actions to customize'"

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getClassName()
          Returns the value of the 'Class Name' attribute.
 EList getItems()
          Returns the value of the 'Items' containment reference list.
 java.lang.String getMenuPackageName()
           
 void setClassName(java.lang.String value)
          Sets the value of the 'Class Name' attribute.
 
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

getItems

EList getItems()
Returns the value of the 'Items' containment reference list. The list contents are of type MenuItem.

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.getCreateChildMenuConfiguration_Items()
** Generated **
Model:
type="org.topcased.outline.configurator.MenuItem" containment="true"

getClassName

java.lang.String getClassName()
Returns the value of the 'Class Name' attribute. The default value is "CreateChildMenu".

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

Returns:
the value of the 'Class Name' attribute.
See Also:
setClassName(String), OutlineConfiguratorPackage.getCreateChildMenuConfiguration_ClassName()
** Generated **
Model:
default="CreateChildMenu" annotation="http://www.topcased.org/documentation documentation='The class name that is generated. By default, the name is \'CreateChildMenu\'.'"

setClassName

void setClassName(java.lang.String value)
Sets the value of the 'Class Name' attribute.

Parameters:
value - the new value of the 'Class Name' attribute.
See Also:
getClassName()
** Generated **

getMenuPackageName

java.lang.String getMenuPackageName()

Generators

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