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

All Superinterfaces:
Column, FeatureColumn

public interface AttributeColumn
extends FeatureColumn

A representation of the model object 'Attribute Column'.

The following features are supported:

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

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

EAttribute 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(EAttribute), TableinstancePackage.getAttributeColumn_Attribute()
Generated:
Model:
required="true"

setAttribute

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

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