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

All Known Subinterfaces:
AttributeColumn, ContextColumn, DefaultLabelColumn, EContainerColumn, FacetAttributeColumn, FacetFeatureColumn, FacetReferenceColumn, FeatureColumn, MetaClassColumn, QueryColumn, ReferenceColumn, ValueColumn

public interface Column

A representation of the model object 'Column'.

The following features are supported:

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

Method Summary
 int getWidth()
          Returns the value of the 'Width' attribute.
 boolean isIsHidden()
          Returns the value of the 'Is Hidden' attribute.
 void setIsHidden(boolean value)
          Sets the value of the 'Is Hidden' attribute.
 void setWidth(int value)
          Sets the value of the 'Width' attribute.
 

Method Detail

isIsHidden

boolean isIsHidden()
Returns the value of the 'Is Hidden' attribute.

If the meaning of the 'Is Hidden' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Is Hidden' attribute.
See Also:
setIsHidden(boolean), TableinstancePackage.getColumn_IsHidden()
Generated:
Model:

setIsHidden

void setIsHidden(boolean value)
Sets the value of the 'Is Hidden' attribute.

Parameters:
value - the new value of the 'Is Hidden' attribute.
See Also:
isIsHidden()
Generated:

getWidth

int getWidth()
Returns the value of the 'Width' attribute. The default value is "-1".

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

Returns:
the value of the 'Width' attribute.
See Also:
setWidth(int), TableinstancePackage.getColumn_Width()
Generated:
Model:
default="-1"

setWidth

void setWidth(int value)
Sets the value of the 'Width' attribute.

Parameters:
value - the new value of the 'Width' attribute.
See Also:
getWidth()
Generated: