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

All Superinterfaces:
Column, FeatureColumn

public interface FacetReferenceColumn
extends FeatureColumn

A representation of the model object 'Facet Reference Column'.

The following features are supported:

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

Method Summary
 FacetReference getReference()
          Returns the value of the 'Reference' reference.
 void setReference(FacetReference 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

FacetReference 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(FacetReference), TableinstancePackage.getFacetReferenceColumn_Reference()
Generated:
Model:

setReference

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

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