com.ebasetech.xi.api
Interface TableColumn
- All Superinterfaces:
- Element, Field, java.io.Serializable
- All Known Subinterfaces:
- WebFormTableColumn
public interface TableColumn
- extends Field
The 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";
- Since:
- V4.4
getTable
Table getTable()
- Returns the
Table
of which this column forms a part.
- Since:
- V4.4