Package com.adobe.xfa.pmp.common
Class IntegerHolder
- java.lang.Object
-
- com.adobe.xfa.pmp.common.IntegerHolder
-
public class IntegerHolder extends java.lang.ObjectOnly 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 intgetValue()Gets the value stored inside this containervoidsetValue(int value)Sets the value of this container
-