|
org.eclipse.gmf.codegen.gmfgen
Interface StandardEntry
-
All Superinterfaces:
-
AbstractToolEntry,
EntryBase, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier,
ToolGroupItem
-
All Known Implementing Classes:
-
StandardEntryImpl
-
public interface StandardEntry
- extends
AbstractToolEntry
A representation of the model object '
Standard Entry
'.
The following features are supported:
-
See Also:
-
GMFGenPackage.getStandardEntry()
-
** Generated **
-
-
Model:
-
Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.
EntryBase
|
getCreateMethodName,
getDescription,
getId,
getLargeIconPath,
getSmallIconPath,
getTitle,
setCreateMethodName,
setDescription,
setId,
setLargeIconPath,
setSmallIconPath,
setTitle
|
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
|
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
|
getKind
StandardEntryKind getKind()
- Returns the value of the '
Kind
' attribute.
The literals are from the enumeration
StandardEntryKind .
If the meaning of the 'Kind' attribute isn't clear,
there really should be more of a description here...
-
-
-
Returns:
- the value of the 'Kind' attribute.
-
See Also:
-
StandardEntryKind ,
setKind(StandardEntryKind) ,
GMFGenPackage.getStandardEntry_Kind()
-
** Generated **
-
-
Model:
- required="true"
setKind
void setKind(
StandardEntryKind value)
- Sets the value of the '
Kind ' attribute.
-
-
-
Parameters:
-
value - the new value of the 'Kind' attribute. -
See Also:
-
StandardEntryKind ,
getKind()
-
** Generated **
-
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.
|
|