org.ximtec.igesture.batch.core
Class BatchValue
java.lang.Object
org.ximtec.igesture.batch.core.BatchValue
public class BatchValue
- extends Object
Represents a simple value parameter of the batch process.
- Version:
- 1.0 Dec 2006
- Author:
- Ueli Kurmann, igesture@uelikurmann.ch, Beat Signer, signer@inf.ethz.ch
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BatchValue
public BatchValue()
setValue
public void setValue(String value)
- Sets the value.
- Parameters:
value - the value to be set.
getValue
public String getValue()
- Returns the value.
- Returns:
- the value of this batch value instance.
Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.