|
Generation Framework | |||||||||
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 | |
---|---|
java.lang.String |
getActivatorClassName()
Returns the value of the 'Activator Class Name' attribute |
java.lang.String |
getActivatorQualifiedClassName()
|
org.eclipse.emf.common.util.EList<java.lang.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. |
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. |
org.eclipse.emf.common.util.EList<java.lang.String> |
getRequiredPlugins()
Returns the value of the 'Required Plugins' attribute list. |
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 |
---|
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()
java.lang.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(java.lang.String value)
ID
' attribute.
value
- the new value of the 'ID' attribute.getID()
java.lang.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(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
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...
setProvider(String)
,
GMFGenPackage.getGenPlugin_Provider()
void setProvider(java.lang.String value)
Provider
' attribute.
value
- the new value of the 'Provider' attribute.getProvider()
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...
setVersion(String)
,
GMFGenPackage.getGenPlugin_Version()
void setVersion(java.lang.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<java.lang.String> getAllRequiredPlugins()
org.eclipse.emf.common.util.EList<java.lang.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()
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...
setActivatorClassName(String)
,
GMFGenPackage.getGenPlugin_ActivatorClassName()
void setActivatorClassName(java.lang.String value)
Activator Class Name
' attribute.
value
- the new value of the 'Activator Class Name' attribute.getActivatorClassName()
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.