com.asprise.util.jtwain.lowlevel
Class ValueContainerOneValue
java.lang.Object
com.asprise.util.jtwain.lowlevel.ValueContainer
com.asprise.util.jtwain.lowlevel.ValueContainerOneValue
- public class ValueContainerOneValue
- extends ValueContainer
Java wrapper for TWAIN value container: ONEVALUE
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ValueContainerOneValue
public ValueContainerOneValue()
ValueContainerOneValue
public ValueContainerOneValue(ItemType item)
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 java.lang.String toString()
- Overrides:
toString in class ValueContainer
getObject
public java.lang.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: