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

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

public class IntegerResult
extends AtomicResult

See Also:
Serialized Form

Constructor Summary
IntegerResult(int value)
           
IntegerResult(java.lang.Integer value)
           
 
Method Summary
 java.lang.Integer 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

IntegerResult

public IntegerResult(java.lang.Integer value)

IntegerResult

public IntegerResult(int value)
Method Detail

getValueAsString

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

getValue

public java.lang.Integer getValue()