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

All Superinterfaces:
Row
All Known Subinterfaces:
EObjectQueryRow, PrimitiveTypeQueryRow

public interface QueryRow
extends Row

A representation of the model object 'Query Row'. A Row dedicated to the display of queryResult

The following features are supported:

See Also:
Tableinstance2Package.getQueryRow()
Generated:
Model:
abstract="true"

Method Summary
 ModelQueryResult getQueryResult()
          Returns the value of the 'Query Result' reference.
 void setQueryResult(ModelQueryResult value)
          Sets the value of the 'Query Result' reference.
 
Methods inherited from interface org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.Row
getElement, getHeight, setElement, setHeight
 

Method Detail

getQueryResult

ModelQueryResult getQueryResult()
Returns the value of the 'Query Result' reference.

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

Returns:
the value of the 'Query Result' reference.
See Also:
setQueryResult(ModelQueryResult), Tableinstance2Package.getQueryRow_QueryResult()
Generated:
Model:

setQueryResult

void setQueryResult(ModelQueryResult value)
Sets the value of the 'Query Result' reference.

Parameters:
value - the new value of the 'Query Result' reference.
See Also:
getQueryResult()
Generated: