org.eclipse.gmf.tooldef
Interface PredefinedItem

All Superinterfaces:
org.eclipse.emf.ecore.EObject, ItemBase, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
PredefinedMenu
All Known Implementing Classes:
PredefinedItemImpl, PredefinedMenuImpl

public interface PredefinedItem
extends ItemBase

A representation of the model object 'Predefined Item'.

The following features are supported:

See Also:
GMFToolPackage.getPredefinedItem()
Generated
Model Properties:

Method Summary
 String getIdentifier()
          Returns the value of the 'Identifier' attribute.
 void setIdentifier(String value)
          Sets the value of the 'Identifier' attribute.
 
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
 

Method Detail

getIdentifier

String getIdentifier()
Returns the value of the 'Identifier' attribute.

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

Returns:
the value of the 'Identifier' attribute.
See Also:
setIdentifier(String), GMFToolPackage.getPredefinedItem_Identifier()
Generated
Model Properties:

setIdentifier

void setIdentifier(String value)
Sets the value of the 'Identifier' attribute.

Parameters:
value - the new value of the 'Identifier' attribute.
See Also:
getIdentifier()
Generated


Copyright © 2012. All Rights Reserved.