|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.upek.android.ptapi.resultarg.IntegerArg
public class IntegerArg
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 |
---|
public int value
Constructor Detail |
---|
public IntegerArg()
Method Detail |
---|
public int getValue()
IntegerArgI
getValue
in interface IntegerArgI
public void setValue(int value)
IntegerArgI
setValue
in interface IntegerArgI
value
- New result value
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |