|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EntryBase
A representation of the model object 'Entry Base'.
The following features are supported:
GMFGenPackage.getEntryBase()
Method Summary | |
---|---|
String |
getCreateMethodName()
Returns the value of the 'Create Method Name' attribute. |
String |
getDescription()
Returns the value of the 'Description' attribute. |
String |
getId()
Returns the value of the 'Id' attribute. |
String |
getLargeIconPath()
Returns the value of the 'Large Icon Path' attribute. |
String |
getSmallIconPath()
Returns the value of the 'Small Icon Path' attribute. |
String |
getTitle()
Returns the value of the 'Title' attribute. |
void |
setCreateMethodName(String value)
Sets the value of the ' Create Method Name ' attribute. |
void |
setDescription(String value)
Sets the value of the ' Description ' attribute. |
void |
setId(String value)
Sets the value of the ' Id ' attribute. |
void |
setLargeIconPath(String value)
Sets the value of the ' Large Icon Path ' attribute. |
void |
setSmallIconPath(String value)
Sets the value of the ' Small Icon Path ' attribute. |
void |
setTitle(String value)
Sets the value of the ' Title ' 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 |
---|
String getTitle()
If the meaning of the 'Title' attribute isn't clear, there really should be more of a description here...
setTitle(String)
,
GMFGenPackage.getEntryBase_Title()
void setTitle(String value)
Title
' attribute.
value
- the new value of the 'Title' attribute.getTitle()
String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String)
,
GMFGenPackage.getEntryBase_Description()
void setDescription(String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
String getLargeIconPath()
If the meaning of the 'Large Icon Path' attribute isn't clear, there really should be more of a description here...
setLargeIconPath(String)
,
GMFGenPackage.getEntryBase_LargeIconPath()
void setLargeIconPath(String value)
Large Icon Path
' attribute.
value
- the new value of the 'Large Icon Path' attribute.getLargeIconPath()
String getSmallIconPath()
If the meaning of the 'Small Icon Path' attribute isn't clear, there really should be more of a description here...
setSmallIconPath(String)
,
GMFGenPackage.getEntryBase_SmallIconPath()
void setSmallIconPath(String value)
Small Icon Path
' attribute.
value
- the new value of the 'Small Icon Path' attribute.getSmallIconPath()
String getCreateMethodName()
If the meaning of the 'Create Method Name' attribute isn't clear, there really should be more of a description here...
setCreateMethodName(String)
,
GMFGenPackage.getEntryBase_CreateMethodName()
void setCreateMethodName(String value)
Create Method Name
' attribute.
value
- the new value of the 'Create Method Name' attribute.getCreateMethodName()
String getId()
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
setId(String)
,
GMFGenPackage.getEntryBase_Id()
void setId(String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |