public class BasicFactoryImpl extends EFactoryImpl implements MBasicFactory
| Modifier and Type | Field and Description |
|---|---|
static BasicFactoryImpl |
eINSTANCE
The singleton instance of the factory
|
INSTANCE| Constructor and Description |
|---|
BasicFactoryImpl()
Creates an instance of the factory
|
| Modifier and Type | Method and Description |
|---|---|
EObject |
create(EClass eClass) |
MPartDescriptor |
createPartDescriptor() |
BasicPackageImpl |
getBasicPackage() |
static BasicFactoryImpl |
init()
Creates the default factory implementation
|
public static final BasicFactoryImpl eINSTANCE
public static BasicFactoryImpl init()
public EObject create(EClass eClass)
public MPartDescriptor createPartDescriptor()
createPartDescriptor in interface MBasicFactorypublic BasicPackageImpl getBasicPackage()