org.eclipse.emf.facet.widgets.nattable.instance.tableinstance2
Interface QueryTableInstance2

All Superinterfaces:
QueryTableInstance, TableInstance, TableInstance2

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()
          Returns the value of the 'Query Results2' containment reference list.
 
Methods inherited from interface org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.QueryTableInstance
getQueryResults
 
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
 
Methods inherited from interface org.eclipse.emf.facet.widgets.nattable.instance.tableinstance2.TableInstance2
getFacets2, getLocalCustomizations
 
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
 

Method Detail

getQueryResults2

 getQueryResults2()
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"