org.eclipse.emf.facet.widgets.nattable.tests.bug344563.internal.bug344563
Interface Bug344563Factory


public interface Bug344563Factory

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

See Also:
Bug344563Package
Generated:

Field Summary
static Bug344563Factory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 MyEClass createMyEClass()
          Returns a new object of class 'My EClass'.
 Bug344563Package getBug344563Package()
          Returns the package supported by this factory.
 

Field Detail

eINSTANCE

static final Bug344563Factory eINSTANCE
The singleton instance of the factory.

Generated:
Method Detail

createMyEClass

MyEClass createMyEClass()
Returns a new object of class 'My EClass'.

Returns:
a new object of class 'My EClass'.
Generated:

getBug344563Package

Bug344563Package getBug344563Package()
Returns the package supported by this factory.

Returns:
the package supported by this factory.
Generated: