|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FacetFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
FacetPackage
Field Summary | |
---|---|
static FacetFactory |
eINSTANCE
The singleton instance of the factory. |
Method Summary | |
---|---|
Facet |
createFacet()
Returns a new object of class 'Facet'. |
FacetAttribute |
createFacetAttribute()
Returns a new object of class 'Attribute'. |
FacetReference |
createFacetReference()
Returns a new object of class 'Reference'. |
FacetSet |
createFacetSet()
Returns a new object of class 'Set'. |
Shortcut |
createShortcut()
Returns a new object of class 'Shortcut'. |
FacetPackage |
getFacetPackage()
Returns the package supported by this factory. |
Field Detail |
---|
static final FacetFactory eINSTANCE
Method Detail |
---|
Facet createFacet()
FacetAttribute createFacetAttribute()
FacetReference createFacetReference()
FacetSet createFacetSet()
Shortcut createShortcut()
FacetPackage getFacetPackage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |