Class CodeTableDataExtractor
- java.lang.Object
-
- org.openforis.collect.relational.data.DataExtractor
-
- org.openforis.collect.relational.data.internal.CodeTableDataExtractor
-
public class CodeTableDataExtractor extends DataExtractor
- Author:
- S. Ricci
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_CODE_ROW_ID
-
Constructor Summary
Constructors Constructor Description CodeTableDataExtractor(CodeTable codeTable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected RowcreateDefaultCodeRow()RowextractRow(CodeListItem source)Table<?>getTable()intgetTotal()booleanhasNext()Rownext()-
Methods inherited from class org.openforis.collect.relational.data.DataExtractor
remove
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Field Detail
-
DEFAULT_CODE_ROW_ID
public static final int DEFAULT_CODE_ROW_ID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CodeTableDataExtractor
public CodeTableDataExtractor(CodeTable codeTable)
-
-
Method Detail
-
next
public Row next()
- Specified by:
nextin interfaceIterator<Row>- Specified by:
nextin classDataExtractor
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceIterator<Row>- Specified by:
hasNextin classDataExtractor
-
getTable
public Table<?> getTable()
- Specified by:
getTablein classDataExtractor
-
getTotal
public int getTotal()
-
extractRow
public Row extractRow(CodeListItem source)
-
createDefaultCodeRow
protected Row createDefaultCodeRow()
-
-