Generators

org.topcased.modeler.diagramconfigurator
Interface PaletteItem

All Superinterfaces:
EModelElement, EObject, Notifier

public interface PaletteItem
extends EModelElement

A representation of the model object 'Palette Item'.

The following features are supported:

See Also:
DiagramconfiguratorPackage.getPaletteItem()
** Generated **
Model:
annotation="http://www.topcased.org/documentation documentation='A PaletteItem is necessary associated with an ObjectConfiguration. It will represent an item in a Palette of a given Diagram'"

Method Summary
 java.lang.String getCodeCustom(java.lang.String key)
          Get the value of the Detail Entry that correspond to the given key.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 PartConfiguration getPart()
          Returns the value of the 'Part' reference.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setPart(PartConfiguration value)
          Sets the value of the 'Part' reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
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.getPaletteItem_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 **

getPart

PartConfiguration getPart()
Returns the value of the 'Part' reference.

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

Returns:
the value of the 'Part' reference.
See Also:
setPart(PartConfiguration), DiagramconfiguratorPackage.getPaletteItem_Part()
** Generated **
Model:
required="true"

setPart

void setPart(PartConfiguration value)
Sets the value of the 'Part' reference.

Parameters:
value - the new value of the 'Part' reference.
See Also:
getPart()
** Generated **

getCodeCustom

java.lang.String getCodeCustom(java.lang.String key)
Get the value of the Detail Entry that correspond to the given key. This Detail Entry is searched in the first EAnnotation used to add code customization.

Parameters:
key - define the type of code customization
Returns:
the snippet of code to insert

Generators

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