Uses of Class
org.openl.rules.cmatch.TableColumn
-
Packages that use TableColumn Package Description org.openl.rules.cmatch org.openl.rules.lang.xls.binding.wrapper.base -
-
Uses of TableColumn in org.openl.rules.cmatch
Methods in org.openl.rules.cmatch that return types with arguments of type TableColumn Modifier and Type Method Description List<TableColumn>ColumnMatch. getColumns()Method parameters in org.openl.rules.cmatch with type arguments of type TableColumn Modifier and Type Method Description voidColumnMatch. setColumns(List<TableColumn> columns) -
Uses of TableColumn in org.openl.rules.lang.xls.binding.wrapper.base
Methods in org.openl.rules.lang.xls.binding.wrapper.base that return types with arguments of type TableColumn Modifier and Type Method Description List<TableColumn>AbstractColumnMatchWrapper. getColumns()Method parameters in org.openl.rules.lang.xls.binding.wrapper.base with type arguments of type TableColumn Modifier and Type Method Description voidAbstractColumnMatchWrapper. setColumns(List<TableColumn> columns)
-