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

All Superinterfaces:
QueryRow, Row

public interface PrimitiveTypeQueryRow
extends QueryRow

A representation of the model object 'Primitive Type Query Row'. A Row dedicated to the display of primitive type result

The following features are supported:

See Also:
Tableinstance2Package.getPrimitiveTypeQueryRow()
Generated:
Model:

Method Summary
 java.lang.Object getValue()
          Returns the value of the 'Value' attribute.
 void setValue(java.lang.Object value)
          Sets the value of the 'Value' attribute.
 
Methods inherited from interface org.eclipse.emf.facet.widgets.nattable.instance.tableinstance2.QueryRow
getQueryResult, setQueryResult
 
Methods inherited from interface org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.Row
getElement, getHeight, setElement, setHeight
 

Method Detail

getValue

java.lang.Object getValue()
Returns the value of the 'Value' attribute.

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

Returns:
the value of the 'Value' attribute.
See Also:
setValue(Object), Tableinstance2Package.getPrimitiveTypeQueryRow_Value()
Generated:
Model:

setValue

void setValue(java.lang.Object value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()
Generated: