|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetadataFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
NOT API
MetadataPackage
Field Summary | |
---|---|
static java.lang.String |
copyright
|
static MetadataFactory |
eINSTANCE
The singleton instance of the factory |
Method Summary | |
---|---|
Entity |
createEntity()
Returns a new object of class 'Entity' |
EntityGroup |
createEntityGroup()
Returns a new object of class 'Entity Group' |
IncludeEntityGroup |
createIncludeEntityGroup()
Returns a new object of class 'Include Entity Group' |
Model |
createModel()
Returns a new object of class 'Model' |
Trait |
createTrait()
Returns a new object of class 'Trait' |
MetadataPackage |
getMetadataPackage()
Returns the package supported by this factory |
Field Detail |
---|
static final java.lang.String copyright
static final MetadataFactory eINSTANCE
Method Detail |
---|
Trait createTrait()
IncludeEntityGroup createIncludeEntityGroup()
Model createModel()
Entity createEntity()
EntityGroup createEntityGroup()
MetadataPackage getMetadataPackage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |