|
XFA4J | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.adobe.xfa.pmp.common.IntegerHolder
public class IntegerHolder
Only for internal engineering use. This class can change without notice. Container to hold an int value
| Constructor Summary | |
|---|---|
IntegerHolder(int value)
Create a new integer container |
|
| Method Summary | |
|---|---|
int |
getValue()
Gets the value stored inside this container |
void |
setValue(int value)
Sets the value of this container |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IntegerHolder(int value)
value - value to be stored in container| Method Detail |
|---|
public void setValue(int value)
value - value to be storedpublic int getValue()
|
XFA4J | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||