Generation Framework

org.eclipse.gmf.codegen.gmfgen
Interface GenPlugin

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
GenPluginImpl

public interface GenPlugin
extends EObject

A representation of the model object 'Gen Plugin'.

The following features are supported:

See Also:
GMFGenPackage.getGenPlugin()
** Generated **
Model:

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

getEditorGen

public GenEditorGenerator getEditorGen()
Returns the value of the 'Editor Gen' container reference. It is bidirectional and its opposite is 'Plugin'.

If the meaning of the 'Editor Gen' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Editor Gen' container reference.
See Also:
GMFGenPackage.getGenPlugin_EditorGen(), GenEditorGenerator.getPlugin()
** Generated **
Model:
opposite="plugin" changeable="false"

getID

public 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...

Returns:
the value of the 'ID' attribute.
See Also:
GenPlugin.setID(String), GMFGenPackage.getGenPlugin_ID()
** Generated **
Model:

setID

public void setID(java.lang.String value)
Sets the value of the 'ID' attribute.

Parameters:
value - the new value of the 'ID' attribute.
See Also:
GenPlugin.getID()
** Generated **

getName

public java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
GenPlugin.setName(String), GMFGenPackage.getGenPlugin_Name()
** Generated **
Model:

setName

public void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
GenPlugin.getName()
** Generated **

getProvider

public java.lang.String getProvider()
Returns the value of the 'Provider' attribute. The default value is "Sample Plugin Provider, Inc".

If the meaning of the 'Provider' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Provider' attribute.
See Also:
GenPlugin.setProvider(String), GMFGenPackage.getGenPlugin_Provider()
** Generated **
Model:
default="Sample Plugin Provider, Inc"

setProvider

public void setProvider(java.lang.String value)
Sets the value of the 'Provider' attribute.

Parameters:
value - the new value of the 'Provider' attribute.
See Also:
GenPlugin.getProvider()
** Generated **

getVersion

public java.lang.String getVersion()
Returns the value of the 'Version' attribute. The default value is "1.0.0.qualifier".

If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Version' attribute.
See Also:
GenPlugin.setVersion(String), GMFGenPackage.getGenPlugin_Version()
** Generated **
Model:
default="1.0.0.qualifier"

setVersion

public void setVersion(java.lang.String value)
Sets the value of the 'Version' attribute.

Parameters:
value - the new value of the 'Version' attribute.
See Also:
GenPlugin.getVersion()
** Generated **

isPrintingEnabled

public boolean isPrintingEnabled()
Returns the value of the 'Printing Enabled' attribute.

If the meaning of the 'Printing Enabled' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Printing Enabled' attribute.
See Also:
GenPlugin.setPrintingEnabled(boolean), GMFGenPackage.getGenPlugin_PrintingEnabled()
** Generated **
Model:

setPrintingEnabled

public void setPrintingEnabled(boolean value)
Sets the value of the 'Printing Enabled' attribute.

Parameters:
value - the new value of the 'Printing Enabled' attribute.
See Also:
GenPlugin.isPrintingEnabled()
** Generated **

getActivatorClassName

public java.lang.String getActivatorClassName()
Returns the value of the 'Activator Class Name' attribute.

If the meaning of the 'Activator Class Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Activator Class Name' attribute.
See Also:
GenPlugin.setActivatorClassName(String), GMFGenPackage.getGenPlugin_ActivatorClassName()
** Generated **
Model:

setActivatorClassName

public void setActivatorClassName(java.lang.String value)
Sets the value of the 'Activator Class Name' attribute.

Parameters:
value - the new value of the 'Activator Class Name' attribute.
See Also:
GenPlugin.getActivatorClassName()
** Generated **

getRequiredPluginIDs

public EList getRequiredPluginIDs()
Computed additional dependencies of generated plug-in

** Generated **
Model:
kind="operation" type="java.lang.String"

getActivatorQualifiedClassName

public java.lang.String getActivatorQualifiedClassName()

** Generated **
Model:
kind="operation"

Generation Framework

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.