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
public class AvailableTable extends Object
Available table for query wizard
-
-
Field Summary
Fields Modifier and Type Field Description static int
TEMPORARY_TABLES
-
Constructor Summary
Constructors Constructor Description AvailableTable(int type, String name)
AvailableTable(org.eclipse.emf.ecore.EReference eReference, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addRealDbView(DbViewElement dbView)
List<DbViewElement>
getDbViews(QueryWizardSource source)
org.eclipse.emf.ecore.EReference
getEReference()
org.eclipse.swt.graphics.Image
getImage()
String
getName()
Get available table nameint
getType()
Get typevoid
setDbViewsFromParentQuery(List<DbViewElement> dbViews)
-
-
-
Field Detail
-
TEMPORARY_TABLES
public static final int TEMPORARY_TABLES
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public String 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
public void addRealDbView(DbViewElement dbView)
-
setDbViewsFromParentQuery
public void setDbViewsFromParentQuery(List<DbViewElement> dbViews)
-
getDbViews
public List<DbViewElement> getDbViews(QueryWizardSource source)
- Returns:
- DbViews from current scope
-
-