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

All Superinterfaces:
Column, FeatureColumn

public interface ReferenceColumn
extends FeatureColumn

A representation of the model object 'Reference Column'.

The following features are supported:

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

Method Summary
 EReference getReference()
          Returns the value of the 'Reference' reference.
 void setReference(EReference value)
          Sets the value of the 'Reference' reference.
 
Methods inherited from interface org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.FeatureColumn
getFeature
 
Methods inherited from interface org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.Column
getWidth, isIsHidden, setIsHidden, setWidth
 

Method Detail

getReference

EReference getReference()
Returns the value of the 'Reference' reference.

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

Returns:
the value of the 'Reference' reference.
See Also:
setReference(EReference), TableinstancePackage.getReferenceColumn_Reference()
Generated:
Model:

setReference

void setReference(EReference value)
Sets the value of the 'Reference' reference.

Parameters:
value - the new value of the 'Reference' reference.
See Also:
getReference()
Generated: