|
|
|
|
org.eclipse.gmf.codegen.gmfgen
Interface EntryBase
-
All Superinterfaces:
- org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
-
All Known Subinterfaces:
-
AbstractToolEntry,
StandardEntry,
ToolEntry,
ToolGroup
-
All Known Implementing Classes:
-
AbstractToolEntryImpl,
EntryBaseImpl,
StandardEntryImpl,
ToolEntryImpl,
ToolGroupImpl
-
public interface EntryBase
- extends org.eclipse.emf.ecore.EObject
A representation of the model object '
Entry Base
'.
The following features are supported:
-
See Also:
-
GMFGenPackage.getEntryBase()
-
** Generated **
-
-
Model:
- abstract="true"
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
|
getTitle
java.lang.String getTitle()
- Returns the value of the '
Title
' attribute.
If the meaning of the 'Title' attribute isn't clear,
there really should be more of a description here...
-
-
-
Returns:
- the value of the 'Title' attribute.
-
See Also:
-
setTitle(String) ,
GMFGenPackage.getEntryBase_Title()
-
** Generated **
-
-
Model:
-
setTitle
void setTitle(java.lang.String value)
- Sets the value of the '
Title ' attribute.
-
-
-
Parameters:
-
value - the new value of the 'Title' attribute. -
See Also:
-
getTitle()
-
** Generated **
-
getDescription
java.lang.String getDescription()
- Returns the value of the '
Description
' attribute.
If the meaning of the 'Description' attribute isn't clear,
there really should be more of a description here...
-
-
-
Returns:
- the value of the 'Description' attribute.
-
See Also:
-
setDescription(String) ,
GMFGenPackage.getEntryBase_Description()
-
** Generated **
-
-
Model:
-
setDescription
void setDescription(java.lang.String value)
- Sets the value of the '
Description ' attribute.
-
-
-
Parameters:
-
value - the new value of the 'Description' attribute. -
See Also:
-
getDescription()
-
** Generated **
-
getLargeIconPath
java.lang.String getLargeIconPath()
- Returns the value of the '
Large Icon Path
' attribute.
If the meaning of the 'Large Icon Path' attribute isn't clear,
there really should be more of a description here...
-
-
-
Returns:
- the value of the 'Large Icon Path' attribute.
-
See Also:
-
setLargeIconPath(String) ,
GMFGenPackage.getEntryBase_LargeIconPath()
-
** Generated **
-
-
Model:
-
setLargeIconPath
void setLargeIconPath(java.lang.String value)
- Sets the value of the '
Large Icon Path ' attribute.
-
-
-
Parameters:
-
value - the new value of the 'Large Icon Path' attribute. -
See Also:
-
getLargeIconPath()
-
** Generated **
-
getSmallIconPath
java.lang.String getSmallIconPath()
- Returns the value of the '
Small Icon Path
' attribute.
If the meaning of the 'Small Icon Path' attribute isn't clear,
there really should be more of a description here...
-
-
-
Returns:
- the value of the 'Small Icon Path' attribute.
-
See Also:
-
setSmallIconPath(String) ,
GMFGenPackage.getEntryBase_SmallIconPath()
-
** Generated **
-
-
Model:
-
setSmallIconPath
void setSmallIconPath(java.lang.String value)
- Sets the value of the '
Small Icon Path ' attribute.
-
-
-
Parameters:
-
value - the new value of the 'Small Icon Path' attribute. -
See Also:
-
getSmallIconPath()
-
** Generated **
-
getCreateMethodName
java.lang.String getCreateMethodName()
- Returns the value of the '
Create Method Name
' attribute.
If the meaning of the 'Create Method Name' attribute isn't clear,
there really should be more of a description here...
-
-
-
Returns:
- the value of the 'Create Method Name' attribute.
-
See Also:
-
setCreateMethodName(String) ,
GMFGenPackage.getEntryBase_CreateMethodName()
-
** Generated **
-
-
Model:
-
setCreateMethodName
void setCreateMethodName(java.lang.String value)
- Sets the value of the '
Create Method Name ' attribute.
-
-
-
Parameters:
-
value - the new value of the 'Create Method Name' attribute. -
See Also:
-
getCreateMethodName()
-
** Generated **
-
getId
java.lang.String getId()
- Returns the value of the '
Id
' attribute.
If the meaning of the 'Id' attribute isn't clear,
there really should be more of a description here...
Non-mandatory string identification of the entry. Defaults to the quoted value of createMethodName, clients may override. Set to blank string if don't need the identity
-
-
-
Returns:
- the value of the 'Id' attribute.
-
See Also:
-
setId(String) ,
GMFGenPackage.getEntryBase_Id()
-
** Generated **
-
-
Model:
-
setId
void setId(java.lang.String value)
- Sets the value of the '
Id ' attribute.
-
-
-
Parameters:
-
value - the new value of the 'Id' attribute. -
See Also:
-
getId()
-
** Generated **
-
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.
|
|
|