Package com.adobe.xfa.pmp.common
Class IntegerHolder
- java.lang.Object
-
- com.adobe.xfa.pmp.common.IntegerHolder
-
public class IntegerHolder extends java.lang.Object
Only for internal engineering use. This class can change without notice. Container to hold an int value
-
-
Constructor Summary
Constructors Constructor Description IntegerHolder(int value)
Create a new integer container
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getValue()
Gets the value stored inside this containervoid
setValue(int value)
Sets the value of this container
-