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

All Superinterfaces:
Column, FeatureColumn

public interface FacetAttributeColumn
extends FeatureColumn

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

The following features are supported:

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

Method Summary
 FacetAttribute getAttribute()
          Returns the value of the 'Attribute' reference.
 void setAttribute(FacetAttribute value)
          Sets the value of the 'Attribute' 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

getAttribute

FacetAttribute getAttribute()
Returns the value of the 'Attribute' reference.

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

Returns:
the value of the 'Attribute' reference.
See Also:
setAttribute(FacetAttribute), TableinstancePackage.getFacetAttributeColumn_Attribute()
Generated:
Model:

setAttribute

void setAttribute(FacetAttribute value)
Sets the value of the 'Attribute' reference.

Parameters:
value - the new value of the 'Attribute' reference.
See Also:
getAttribute()
Generated: