Generators

org.topcased.modeler.diagramconfigurator
Interface PaletteCategory

All Superinterfaces:
EObject, Notifier

public interface PaletteCategory
extends EObject

A representation of the model object 'Palette Category'.

The following features are supported:

See Also:
DiagramconfiguratorPackage.getPaletteCategory()
** Generated **
Model:
annotation="http://www.topcased.org/documentation documentation='A PaletteCategory contains all the PaletteItem that will be displayed'" annotation="http://www.eclipse.org/emf/2002/Ecore constraints='Name PaletteItemsNameUnicity'"

Method Summary
 EList<PaletteItem> getItems()
          Returns the value of the 'Items' containment reference list.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 void setName(java.lang.String value)
          Sets the value of the '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
 

Method Detail

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), DiagramconfiguratorPackage.getPaletteCategory_Name()
** Generated **
Model:
required="true"

setName

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

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

getItems

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

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:
DiagramconfiguratorPackage.getPaletteCategory_Items()
** Generated **
Model:
type="org.topcased.modeler.diagramconfigurator.PaletteItem" containment="true" required="true"

Generators

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