|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--pl.edu.pjwstk.yaod.network.protocol.queryresult.Result | +--pl.edu.pjwstk.yaod.network.protocol.queryresult.SingleResult | +--pl.edu.pjwstk.yaod.network.protocol.queryresult.AtomicResult | +--pl.edu.pjwstk.yaod.network.protocol.queryresult.BooleanResult
Constructor Summary | |
BooleanResult(boolean value)
|
|
BooleanResult(java.lang.Boolean value)
|
Method Summary | |
java.lang.Boolean |
getValue()
|
java.lang.String |
getValueAsString()
|
Methods inherited from class pl.edu.pjwstk.yaod.network.protocol.queryresult.AtomicResult |
getResultAsString, getResultAsXmlString |
Methods inherited from class pl.edu.pjwstk.yaod.network.protocol.queryresult.Result |
getResultAsString, getResultAsXmlString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BooleanResult(java.lang.Boolean value)
public BooleanResult(boolean value)
Method Detail |
public java.lang.String getValueAsString()
getValueAsString
in class AtomicResult
public java.lang.Boolean getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |