com.upek.android.ptapi.resultarg
Interface PtBirArgI

All Known Implementing Classes:
PtBirArg

public interface PtBirArgI

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


Method Summary
 PtBir getValue()
          Get value stored in the container
 void setValue(PtBir value)
          Store new value in the container.
 

Method Detail

getValue

PtBir getValue()
Get value stored in the container

Returns:
Value of result container

setValue

void setValue(PtBir value)
Store new value in the container.

Parameters:
value - New result value