org.eclipse.emf.facet.widgets.nattable.instance.tableinstance
Interface QueryTableInstance

All Superinterfaces:
TableInstance
All Known Subinterfaces:
QueryTableInstance2

public interface QueryTableInstance
extends TableInstance

A representation of the model object 'Query Table Instance'.

The following features are supported:

See Also:
TableinstancePackage.getQueryTableInstance()
Generated:
Model:

Method Summary
  getQueryResults()
          Returns the value of the 'Query Results' 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
 

Method Detail

getQueryResults

 getQueryResults()
Returns the value of the 'Query Results' reference list. The list contents are of type org.eclipse.emf.facet.infra.query.runtime.ModelQueryResult.

If the meaning of the 'Query Results' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Query Results' reference list.
See Also:
TableinstancePackage.getQueryTableInstance_QueryResults()
Generated:
Model:
transient="true" volatile="true" derived="true"