Class CodeTableDataExtractor
java.lang.Object
org.openforis.collect.relational.data.DataExtractor
org.openforis.collect.relational.data.internal.CodeTableDataExtractor
- Author:
- S. Ricci
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected RowextractRow(CodeListItem source) Table<?> getTable()intgetTotal()booleanhasNext()next()Methods inherited from class org.openforis.collect.relational.data.DataExtractor
removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
DEFAULT_CODE_ROW_ID
public static final int DEFAULT_CODE_ROW_ID- See Also:
-
-
Constructor Details
-
CodeTableDataExtractor
-
-
Method Details
-
next
- Specified by:
nextin interfaceIterator<Row>- Specified by:
nextin classDataExtractor
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<Row>- Specified by:
hasNextin classDataExtractor
-
getTable
- Specified by:
getTablein classDataExtractor
-
getTotal
public int getTotal() -
extractRow
-
createDefaultCodeRow
-