public interface EFacetFactory
EFacetPackage
Modifier and Type | Field and Description |
---|---|
static EFacetFactory |
eINSTANCE
The singleton instance of the factory.
|
Modifier and Type | Method and Description |
---|---|
Category |
createCategory()
Returns a new object of class 'Category'.
|
DocumentedElement |
createDocumentedElement()
Returns a new object of class 'Documented Element'.
|
Facet |
createFacet()
Returns a new object of class 'Facet'.
|
FacetAttribute |
createFacetAttribute()
Returns a new object of class 'Facet Attribute'.
|
FacetOperation |
createFacetOperation()
Returns a new object of class 'Facet Operation'.
|
FacetReference |
createFacetReference()
Returns a new object of class 'Facet Reference'.
|
FacetSet |
createFacetSet()
Returns a new object of class 'Facet Set'.
|
ParameterValue |
createParameterValue()
Returns a new object of class 'Parameter Value'.
|
EFacetPackage |
getEFacetPackage()
Returns the package supported by this factory.
|
static final EFacetFactory eINSTANCE
FacetAttribute createFacetAttribute()
FacetReference createFacetReference()
FacetOperation createFacetOperation()
FacetSet createFacetSet()
Facet createFacet()
Category createCategory()
ParameterValue createParameterValue()
DocumentedElement createDocumentedElement()
EFacetPackage getEFacetPackage()