Uses of Class
org.openforis.collect.relational.model.CodeTable
-
Packages that use CodeTable Package Description org.openforis.collect.relational.data org.openforis.collect.relational.data.internal org.openforis.collect.relational.model -
-
Uses of CodeTable in org.openforis.collect.relational.data
Methods in org.openforis.collect.relational.data with parameters of type CodeTable Modifier and Type Method Description static CodeTableDataExtractorDataExtractorFactory. getExtractor(CodeTable table) -
Uses of CodeTable in org.openforis.collect.relational.data.internal
Constructors in org.openforis.collect.relational.data.internal with parameters of type CodeTable Constructor Description CodeTableDataExtractor(CodeTable codeTable) -
Uses of CodeTable in org.openforis.collect.relational.model
Methods in org.openforis.collect.relational.model that return CodeTable Modifier and Type Method Description protected CodeTableRelationalSchemaGenerator. createCodeListTable(RelationalSchema rs, CodeList codeList, CodeTable parent, Integer hierarchyIdx)CodeTableRelationalSchema. getCodeListTable(CodeAttributeDefinition attrDef)CodeTableRelationalSchema. getCodeListTable(CodeList list, Integer levelIdx)CodeTableCodeTable. getParent()Methods in org.openforis.collect.relational.model that return types with arguments of type CodeTable Modifier and Type Method Description List<CodeTable>RelationalSchema. getCodeListTables()Methods in org.openforis.collect.relational.model with parameters of type CodeTable Modifier and Type Method Description protected CodeTableRelationalSchemaGenerator. createCodeListTable(RelationalSchema rs, CodeList codeList, CodeTable parent, Integer hierarchyIdx)
-