|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TableFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
TablePackage| Field Summary | |
|---|---|
static TableFactory |
eINSTANCE
The singleton instance of the factory. |
| Method Summary | |
|---|---|
EObjectQueryRow |
createEObjectQueryRow()
Returns a new object of class 'EObject Query Row'. |
FeatureColumn |
createFeatureColumn()
Returns a new object of class 'Feature Column'. |
NavigationTable |
createNavigationTable()
Returns a new object of class 'Navigation Table'. |
PrimitiveTypeQueryRow |
createPrimitiveTypeQueryRow()
Returns a new object of class 'Primitive Type Query Row'. |
Row |
createRow()
Returns a new object of class 'Row'. |
SourceColumn |
createSourceColumn()
Returns a new object of class 'Source Column'. |
Table |
createTable()
Returns a new object of class 'Table'. |
ValueColumn |
createValueColumn()
Returns a new object of class 'Value Column'. |
TablePackage |
getTablePackage()
Returns the package supported by this factory. |
| Field Detail |
|---|
static final TableFactory eINSTANCE
| Method Detail |
|---|
Table createTable()
NavigationTable createNavigationTable()
SourceColumn createSourceColumn()
FeatureColumn createFeatureColumn()
Row createRow()
PrimitiveTypeQueryRow createPrimitiveTypeQueryRow()
EObjectQueryRow createEObjectQueryRow()
ValueColumn createValueColumn()
TablePackage getTablePackage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||