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

All Superinterfaces:
Column

public interface QueryColumn
extends Column

A representation of the model object 'Query Column'.

The following features are supported:

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

Method Summary
 ModelQuery getQuery()
          Returns the value of the 'Query' reference.
  getQueryResult()
          Returns the value of the 'Query Result' reference list.
 void setQuery(ModelQuery value)
          Sets the value of the 'Query' reference.
 
Methods inherited from interface org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.Column
getWidth, isIsHidden, setIsHidden, setWidth
 

Method Detail

getQuery

ModelQuery getQuery()
Returns the value of the 'Query' reference.

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

Returns:
the value of the 'Query' reference.
See Also:
setQuery(ModelQuery), TableinstancePackage.getQueryColumn_Query()
Generated:
Model:

setQuery

void setQuery(ModelQuery value)
Sets the value of the 'Query' reference.

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

getQueryResult

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

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

Returns:
the value of the 'Query Result' reference list.
See Also:
TableinstancePackage.getQueryColumn_QueryResult()
Generated:
Model:
transient="true"