XFA4J

com.adobe.xfa.pmp.common
Class IntegerHolder

java.lang.Object
  extended by 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
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

IntegerHolder

public IntegerHolder(int value)
Create a new integer container

Parameters:
value - value to be stored in container
Method Detail

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

XFA4J

© 2005 Adobe Systems Incorporated. All Rights Reserved.