JTwain v9 - Lab Asprise! All Rights Reserved.

com.asprise.util.jtwain.lowlevel
Class ValueContainerOneValue

java.lang.Object
  extended bycom.asprise.util.jtwain.lowlevel.ValueContainer
      extended bycom.asprise.util.jtwain.lowlevel.ValueContainerOneValue

public class ValueContainerOneValue
extends ValueContainer

Java wrapper for TWAIN value container: ONEVALUE


Constructor Summary
ValueContainerOneValue()
           
ValueContainerOneValue(ItemType item)
           
 
Method Summary
 int getContainerType()
           
 ItemType getItem()
           
 Object getObject()
          Gets an object representing this value container.
 void setItem(ItemType type)
           
 String toString()
           
 
Methods inherited from class com.asprise.util.jtwain.lowlevel.ValueContainer
getItemType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValueContainerOneValue

public ValueContainerOneValue()

ValueContainerOneValue

public ValueContainerOneValue(ItemType item)
Method Detail

getItem

public ItemType getItem()
Returns:

setItem

public void setItem(ItemType type)
Parameters:
type -

getContainerType

public int getContainerType()
Overrides:
getContainerType in class ValueContainer
Returns:

toString

public String toString()
Overrides:
toString in class ValueContainer

getObject

public Object getObject()
Description copied from class: ValueContainer
Gets an object representing this value container. Subclasses should override this method.

Overrides:
getObject in class ValueContainer
Returns:

JTwain v9 - Lab Asprise! All Rights Reserved.