Package com._1c.g5.v8.dt.qw.ui.utils
Class AvailableTable
java.lang.Object
com._1c.g5.v8.dt.qw.ui.utils.AvailableTable
- Direct Known Subclasses:
AvailableTableWithChildren
Available table for query wizard
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAvailableTable
(int type, String name) AvailableTable
(org.eclipse.emf.ecore.EReference eReference, String name) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addRealDbView
(DbViewElement dbView) getDbViews
(QueryWizardSource source) org.eclipse.emf.ecore.EReference
org.eclipse.swt.graphics.Image
getImage()
getName()
Get available table nameint
getType()
Get typevoid
setDbViewsFromParentQuery
(List<DbViewElement> dbViews)
-
Field Details
-
TEMPORARY_TABLES
public static final int TEMPORARY_TABLES- See Also:
-
-
Constructor Details
-
AvailableTable
- Parameters:
eReference
- a representation of the model object
-
AvailableTable
- Parameters:
type
- - available table type
-
-
Method Details
-
getName
Get available table name- Returns:
- name of table
-
getImage
public org.eclipse.swt.graphics.Image getImage()- Returns:
- image for table
-
getEReference
public org.eclipse.emf.ecore.EReference getEReference()- Returns:
- EReference
-
getType
public int getType()Get type- Returns:
- type
-
addRealDbView
-
setDbViewsFromParentQuery
-
getDbViews
- Returns:
- DbViews from current scope
-