pl.edu.pjwstk.yaod.network.protocol.queryresult
Class StringResult

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
All Implemented Interfaces:
java.io.Serializable

public class StringResult
extends AtomicResult

See Also:
Serialized Form

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

StringResult

public StringResult(java.lang.String value)
Method Detail

getValueAsString

public java.lang.String getValueAsString()
Overrides:
getValueAsString in class AtomicResult

getValue

public java.lang.String getValue()