|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.osmosis.core.mysql.common.BaseTableReader.ReadResult<T>
T
- The type of entity to retrieved.protected static class BaseTableReader.ReadResult<T>
Represents the result of an entity read from the result set at the current position.
Constructor Summary | |
---|---|
BaseTableReader.ReadResult(boolean usableResult,
T entity)
Creates a new instance. |
Method Summary | |
---|---|
T |
getEntity()
Returns the entity. |
boolean |
isUsableResult()
Returns the usable result flag. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BaseTableReader.ReadResult(boolean usableResult, T entity)
usableResult
- Indicates if this result should be used.entity
- The entity that was read.Method Detail |
---|
public boolean isUsableResult()
public T getEntity()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |