|
|||||||||
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.StringResult
Constructor Summary | |
StringResult(java.lang.String value)
|
Method Summary | |
java.lang.String |
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 StringResult(java.lang.String value)
Method Detail |
public java.lang.String getValueAsString()
getValueAsString
in class AtomicResult
public java.lang.String getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |