org.eclipse.emf.facet.widgets.nattable.instance.tableinstance2
Interface QueryTableInstance2
- All Superinterfaces:
- QueryTableInstance, TableInstance, TableInstance2
Deprecated. https://bugs.eclipse.org/bugs/show_bug.cgi?id=374120
@Deprecated
public interface QueryTableInstance2
- extends QueryTableInstance, TableInstance2
A representation of the model object '
Query Table Instance2'.
A query customized TableInstance, with a reference
to some ModelQueryResult
The following features are supported:
- See Also:
Tableinstance2Package.getQueryTableInstance2()- Generated:
- Model:
|
Method Summary |
|
getQueryResults2()
Deprecated. Returns the value of the 'Query Results2' containment reference list. |
| Methods inherited from interface org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.TableInstance |
getColumns, getContext, getCustomizations, getDescription, getElements, getFacets, getLocalCustomization, getParameter, getRows, getTableConfiguration, isHideEmptyColumns, isOnlyShowCommonColumns, setContext, setDescription, setFacets, setHideEmptyColumns, setLocalCustomization, setOnlyShowCommonColumns, setParameter, setTableConfiguration |
getQueryResults2
getQueryResults2()
- Deprecated.
- Returns the value of the 'Query Results2' containment reference list.
The list contents are of type
org.eclipse.emf.facet.infra.query.runtime.ModelQueryResult.
If the meaning of the 'Query Results2' containment reference list isn't clear,
there really should be more of a description here...
- Returns:
- the value of the 'Query Results2' containment reference list.
- See Also:
Tableinstance2Package.getQueryTableInstance2_QueryResults2()- Generated:
- Model:
- containment="true"