Uses of Class
org.openl.rules.data.ColumnDescriptor
-
Packages that use ColumnDescriptor Package Description org.openl.rules.data org.openl.rules.testmethod -
-
Uses of ColumnDescriptor in org.openl.rules.data
Subclasses of ColumnDescriptor in org.openl.rules.data Modifier and Type Class Description classForeignKeyColumnDescriptorHandles column descriptors that are represented as foreign keys to data from other tables.Methods in org.openl.rules.data that return ColumnDescriptor Modifier and Type Method Description ColumnDescriptorITable. getColumnDescriptor(int i)ColumnDescriptorTable. getColumnDescriptor(int i)ColumnDescriptorITableModel. getDescriptor(int idx)ColumnDescriptorOpenlBasedDataTableModel. getDescriptor(int idx)ColumnDescriptor[]ITableModel. getDescriptors()ColumnDescriptor[]OpenlBasedDataTableModel. getDescriptors()protected ColumnDescriptor[]DataNodeBinder. makeDescriptors(ITable tableToProcess, IOpenClass tableType, IBindingContext bindingContext, OpenL openl, boolean hasColumnTitleRow, ILogicalTable horizDataTableBody, ILogicalTable descriptorRows, ILogicalTable dataWithTitleRows)static ColumnDescriptor[]DataTableBindHelper. makeDescriptors(IBindingContext bindingContext, ITable table, IOpenClass type, OpenL openl, ILogicalTable descriptorRows, ILogicalTable dataWithTitleRows, boolean hasForeignKeysRow, boolean hasColumnTitleRow, boolean supportConstructorFields) -
Uses of ColumnDescriptor in org.openl.rules.testmethod
Methods in org.openl.rules.testmethod that return ColumnDescriptor Modifier and Type Method Description protected ColumnDescriptor[]TestMethodNodeBinder. makeDescriptors(ITable tableToProcess, IOpenClass tableType, IBindingContext bindingContext, OpenL openl, boolean hasColumnTitleRow, ILogicalTable horizDataTableBody, ILogicalTable descriptorRows, ILogicalTable dataWithTitleRows)
-