|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GenPlugin
A representation of the model object 'Gen Plugin'.
The following features are supported:
GMFGenPackage.getGenPlugin()
Method Summary | |
---|---|
String |
getActivatorClassName()
Returns the value of the 'Activator Class Name' attribute. |
String |
getActivatorQualifiedClassName()
|
org.eclipse.emf.common.util.EList<String> |
getAllRequiredPlugins()
Computed additional dependencies (in form of plug-in identifiers), including those explicitly specified by user and those derived from referenced genmodels |
GenEditorGenerator |
getEditorGen()
Returns the value of the 'Editor Gen' container reference. |
String |
getID()
Returns the value of the 'ID' attribute. |
String |
getName()
Returns the value of the 'Name' attribute. |
String |
getProvider()
Returns the value of the 'Provider' attribute. |
org.eclipse.emf.common.util.EList<String> |
getRequiredPlugins()
Returns the value of the 'Required Plugins' attribute list. |
String |
getVersion()
Returns the value of the 'Version' attribute. |
boolean |
isPrintingEnabled()
Returns the value of the 'Printing Enabled' attribute. |
void |
setActivatorClassName(String value)
Sets the value of the ' Activator Class Name ' attribute. |
void |
setID(String value)
Sets the value of the ' ID ' attribute. |
void |
setName(String value)
Sets the value of the ' Name ' attribute. |
void |
setPrintingEnabled(boolean value)
Sets the value of the ' Printing Enabled ' attribute. |
void |
setProvider(String value)
Sets the value of the ' Provider ' attribute. |
void |
setVersion(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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
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()
String getID()
If the meaning of the 'ID' attribute isn't clear, there really should be more of a description here...
setID(String)
,
GMFGenPackage.getGenPlugin_ID()
void setID(String value)
ID
' attribute.
value
- the new value of the 'ID' attribute.getID()
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
GMFGenPackage.getGenPlugin_Name()
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
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...
setProvider(String)
,
GMFGenPackage.getGenPlugin_Provider()
void setProvider(String value)
Provider
' attribute.
value
- the new value of the 'Provider' attribute.getProvider()
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...
setVersion(String)
,
GMFGenPackage.getGenPlugin_Version()
void setVersion(String value)
Version
' attribute.
value
- the new value of the 'Version' attribute.getVersion()
boolean isPrintingEnabled()
If the meaning of the 'Printing Enabled' attribute isn't clear, there really should be more of a description here...
setPrintingEnabled(boolean)
,
GMFGenPackage.getGenPlugin_PrintingEnabled()
void setPrintingEnabled(boolean value)
Printing Enabled
' attribute.
value
- the new value of the 'Printing Enabled' attribute.isPrintingEnabled()
org.eclipse.emf.common.util.EList<String> getAllRequiredPlugins()
org.eclipse.emf.common.util.EList<String> getRequiredPlugins()
String
.
If the meaning of the 'Required Plugins' attribute list isn't clear, there really should be more of a description here...
GMFGenPackage.getGenPlugin_RequiredPlugins()
String getActivatorClassName()
If the meaning of the 'Activator Class Name' attribute isn't clear, there really should be more of a description here...
setActivatorClassName(String)
,
GMFGenPackage.getGenPlugin_ActivatorClassName()
void setActivatorClassName(String value)
Activator Class Name
' attribute.
value
- the new value of the 'Activator Class Name' attribute.getActivatorClassName()
String getActivatorQualifiedClassName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |