|
Generation Framework | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A representation of the model object 'Gen Plugin'.
The following features are supported:
GMFGenPackage.getGenPlugin()| Method Summary | |
java.lang.String |
getActivatorClassName()
Returns the value of the 'Activator Class Name' attribute |
java.lang.String |
getActivatorQualifiedClassName()
|
GenEditorGenerator |
getEditorGen()
Returns the value of the 'Editor Gen' container reference. |
java.lang.String |
getID()
Returns the value of the 'ID' attribute |
java.lang.String |
getName()
Returns the value of the 'Name' attribute |
java.lang.String |
getProvider()
Returns the value of the 'Provider' attribute. |
EList |
getRequiredPluginIDs()
Computed additional dependencies of generated plug-in |
java.lang.String |
getVersion()
Returns the value of the 'Version' attribute. |
boolean |
isPrintingEnabled()
Returns the value of the 'Printing Enabled' attribute |
void |
setActivatorClassName(java.lang.String value)
Sets the value of the ' Activator Class Name' attribute |
void |
setID(java.lang.String value)
Sets the value of the ' ID' attribute |
void |
setName(java.lang.String value)
Sets the value of the ' Name' attribute |
void |
setPrintingEnabled(boolean value)
Sets the value of the ' Printing Enabled' attribute |
void |
setProvider(java.lang.String value)
Sets the value of the ' Provider' attribute |
void |
setVersion(java.lang.String value)
Sets the value of the ' Version' attribute |
| 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 |
public GenEditorGenerator getEditorGen()
Plugin'.
If the meaning of the 'Editor Gen' container reference isn't clear, there really should be more of a description here...
GMFGenPackage.getGenPlugin_EditorGen(),
GenEditorGenerator.getPlugin()public java.lang.String getID()
If the meaning of the 'ID' attribute isn't clear, there really should be more of a description here...
GenPlugin.setID(String),
GMFGenPackage.getGenPlugin_ID()public void setID(java.lang.String value)
ID' attribute.
value - the new value of the 'ID' attribute.GenPlugin.getID()public java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
GenPlugin.setName(String),
GMFGenPackage.getGenPlugin_Name()public void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.GenPlugin.getName()public java.lang.String getProvider()
"Sample Plugin Provider, Inc".
If the meaning of the 'Provider' attribute isn't clear, there really should be more of a description here...
GenPlugin.setProvider(String),
GMFGenPackage.getGenPlugin_Provider()public void setProvider(java.lang.String value)
Provider' attribute.
value - the new value of the 'Provider' attribute.GenPlugin.getProvider()public java.lang.String getVersion()
"1.0.0.qualifier".
If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...
GenPlugin.setVersion(String),
GMFGenPackage.getGenPlugin_Version()public void setVersion(java.lang.String value)
Version' attribute.
value - the new value of the 'Version' attribute.GenPlugin.getVersion()public boolean isPrintingEnabled()
If the meaning of the 'Printing Enabled' attribute isn't clear, there really should be more of a description here...
GenPlugin.setPrintingEnabled(boolean),
GMFGenPackage.getGenPlugin_PrintingEnabled()public void setPrintingEnabled(boolean value)
Printing Enabled' attribute.
value - the new value of the 'Printing Enabled' attribute.GenPlugin.isPrintingEnabled()public java.lang.String getActivatorClassName()
If the meaning of the 'Activator Class Name' attribute isn't clear, there really should be more of a description here...
GenPlugin.setActivatorClassName(String),
GMFGenPackage.getGenPlugin_ActivatorClassName()public void setActivatorClassName(java.lang.String value)
Activator Class Name' attribute.
value - the new value of the 'Activator Class Name' attribute.GenPlugin.getActivatorClassName()public EList getRequiredPluginIDs()
public java.lang.String getActivatorQualifiedClassName()
|
Generation Framework | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.