|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Factory for the Metadata model. It provides a create method for each non-abstract class of the model.
MetadataPackage
Field Summary | |
---|---|
static MetadataFactory |
eINSTANCE
The singleton instance of the factory. |
Method Summary | |
---|---|
Column |
createColumn()
Returns a new object of class 'Column'. |
Filter |
createFilter()
Returns a new object of class 'Filter'. |
FilterArgument |
createFilterArgument()
Returns a new object of class 'Filter Argument'. |
Key |
createKey()
Returns a new object of class 'Key'. |
Metadata |
createMetadata()
Returns a new object of class 'Metadata'. |
OrderBy |
createOrderBy()
Returns a new object of class 'Order By'. |
Relationship |
createRelationship()
Returns a new object of class 'Relationship'. |
Table |
createTable()
Returns a new object of class 'Table'. |
MetadataPackage |
getMetadataPackage()
Returns the package supported by this factory. |
Methods inherited from interface org.eclipse.emf.ecore.EFactory |
---|
convertToString, create, createFromString, getEPackage, setEPackage |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
public static final MetadataFactory eINSTANCE
Method Detail |
public Column createColumn()
public Filter createFilter()
public FilterArgument createFilterArgument()
public Key createKey()
public Metadata createMetadata()
public OrderBy createOrderBy()
public Relationship createRelationship()
public Table createTable()
public MetadataPackage getMetadataPackage()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |