public interface SourceColumn extends Column
The following features are supported:
TablePackage.getSourceColumn()
Modifier and Type | Method and Description |
---|---|
boolean |
isIsHidden()
Returns the value of the 'Is Hidden' attribute.
|
void |
setIsHidden(boolean value)
Sets the value of the '
Is Hidden ' attribute. |
boolean isIsHidden()
If the meaning of the 'Is Hidden' attribute isn't clear, there really should be more of a description here...
setIsHidden(boolean)
,
TablePackage.getSourceColumn_IsHidden()
void setIsHidden(boolean value)
Is Hidden
' attribute.
value
- the new value of the 'Is Hidden' attribute.isIsHidden()