Package com.adobe.xfa.pmp.common
Class IntegerHolder
java.lang.Object
com.adobe.xfa.pmp.common.IntegerHolder
Only for internal engineering use. This class can change without notice.
Container to hold an int value
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IntegerHolder
public IntegerHolder(int value) Create a new integer container- Parameters:
value- value to be stored in container
-
-
Method Details
-
setValue
public void setValue(int value) Sets the value of this container- Parameters:
value- value to be stored
-
getValue
public int getValue()Gets the value stored inside this container- Returns:
- int value
-