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

All Superinterfaces:
Column, FeatureColumn

public interface FacetFeatureColumn
extends FeatureColumn

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

The following features are supported:

See Also:
TableinstancePackage.getFacetFeatureColumn()
Generated:
Model:
abstract="true"

Method Summary
 FacetStructuralFeature getFacetFeature()
          Returns the value of the 'Facet Feature' reference.
 void setFacetFeature(FacetStructuralFeature value)
          Sets the value of the 'Facet Feature' 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

getFacetFeature

FacetStructuralFeature getFacetFeature()
Returns the value of the 'Facet Feature' reference.

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

Returns:
the value of the 'Facet Feature' reference.
See Also:
setFacetFeature(FacetStructuralFeature), TableinstancePackage.getFacetFeatureColumn_FacetFeature()
Generated:
Model:
transient="true" volatile="true" derived="true"

setFacetFeature

void setFacetFeature(FacetStructuralFeature value)
Sets the value of the 'Facet Feature' reference.

Parameters:
value - the new value of the 'Facet Feature' reference.
See Also:
getFacetFeature()
Generated: