© 2006-2007 ETH Zurich

org.ximtec.igesture.batch.core
Class BatchValue

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

Constructor Summary
BatchValue()
           
 
Method Summary
 String getValue()
          Returns the value.
 void setValue(String value)
          Sets the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchValue

public BatchValue()
Method Detail

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.

© 2006-2007 ETH Zurich

Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.