JTwain v9 - Lab Asprise! All Rights Reserved.

com.asprise.util.jtwain.lowlevel
Class ValueContainer

java.lang.Object
  extended bycom.asprise.util.jtwain.lowlevel.ValueContainer
Direct Known Subclasses:
ValueContainerArray, ValueContainerOneValue, ValueContainerRange

public abstract class ValueContainer
extends Object

General Java wrapper for TWAIN value containers.


Constructor Summary
ValueContainer()
           
 
Method Summary
 int getContainerType()
           
 int getItemType()
           
 Object getObject()
          Gets an object representing this value container.
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValueContainer

public ValueContainer()
Method Detail

getItemType

public int getItemType()
Returns:
itemType

getContainerType

public int getContainerType()
Returns:

toString

public String toString()

getObject

public Object getObject()
Gets an object representing this value container. Subclasses should override this method.

Returns:

JTwain v9 - Lab Asprise! All Rights Reserved.