org.eclipse.modisco.eclipseplugin
Interface EclipsepluginFactory


public interface EclipsepluginFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
EclipsepluginPackage
Generated:

Field Summary
static EclipsepluginFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 EclipsePlugin createEclipsePlugin()
          Returns a new object of class 'Eclipse Plugin'.
 EclipsepluginPackage getEclipsepluginPackage()
          Returns the package supported by this factory.
 

Field Detail

eINSTANCE

static final EclipsepluginFactory eINSTANCE
The singleton instance of the factory.

Generated:
Method Detail

createEclipsePlugin

EclipsePlugin createEclipsePlugin()
Returns a new object of class 'Eclipse Plugin'.

Returns:
a new object of class 'Eclipse Plugin'.
Generated:

getEclipsepluginPackage

EclipsepluginPackage getEclipsepluginPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.
Generated: