com.upek.android.ptapi.resultarg
Class IntegerArg

java.lang.Object
  extended by com.upek.android.ptapi.resultarg.IntegerArg
All Implemented Interfaces:
IntegerArgI

public class IntegerArg
extends java.lang.Object
implements IntegerArgI

This class is used for returning additional output function parameters. It serves as a object container only.


Field Summary
 int value
          Contains value stored into the container as result value.
 
Constructor Summary
IntegerArg()
           
 
Method Summary
 int getValue()
          Get value stored in the container
 void setValue(int value)
          Store new value in the container.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public int value
Contains value stored into the container as result value.

Constructor Detail

IntegerArg

public IntegerArg()
Method Detail

getValue

public int getValue()
Description copied from interface: IntegerArgI
Get value stored in the container

Specified by:
getValue in interface IntegerArgI
Returns:
Value of result container

setValue

public void setValue(int value)
Description copied from interface: IntegerArgI
Store new value in the container.

Specified by:
setValue in interface IntegerArgI
Parameters:
value - New result value