public interface TableColumn extends Field
TableColumn interface represents a table column form, integration service or workflow job. 
 Individual table columns can be accessed via their parent table.
Example:
 tables.TAB1.COL1.value = 22;
 tables.TAB1.getColumn("COL2").value = "Test";
 | Modifier and Type | Method and Description | 
|---|---|
| Table | getTable()Returns the  Tableof which this column forms a part. | 
getDisplayValue, getDisplayValue, getStringValue, getType, getValue, setDisplayValue, setValuegetElementName, getElementType