Uses of Class
org.openl.rules.table.xls.builder.DataTableField
-
Packages that use DataTableField Package Description org.openl.rules.table.xls.builder -
-
Uses of DataTableField in org.openl.rules.table.xls.builder
Subclasses of DataTableField in org.openl.rules.table.xls.builder Modifier and Type Class Description classDataTablePredefinedTypeVariableA class that describes a Data Table's table type variable for predefined types such as String, BigDecimal, IntRange etcclassDataTableUserDefinedTypeFieldA class, containing description of Data Table's field columns (or variables)Methods in org.openl.rules.table.xls.builder that return types with arguments of type DataTableField Modifier and Type Method Description List<DataTableField>DataTableField. getAggregatedFields()Get a list of an aggregated fields that will be filled instead of referencing with a foreign keyprotected abstract List<DataTableField>DataTableField. getAvailableFields()Get available fields of a complex objectprotected List<DataTableField>DataTablePredefinedTypeVariable. getAvailableFields()Get a list containing one "this" fieldprotected List<DataTableField>DataTableUserDefinedTypeField. getAvailableFields()Get available fields of a complex objectMethod parameters in org.openl.rules.table.xls.builder with type arguments of type DataTableField Modifier and Type Method Description voidDataTableField. setAggregatedFields(List<DataTableField> aggregatedFields)Set a list of an aggregated fields that will be filled instead of referencing with a foreign keyvoidDataTableBuilder. writeFieldNames(List<? extends DataTableField> fields)Write a field's description for a given data table (field technical and business names and their foreign keys).
-