org.gvsig.tools.evaluator
Class EvaluatorFieldValueRange

java.lang.Object
  extended by org.gvsig.tools.evaluator.EvaluatorFieldValue
      extended by org.gvsig.tools.evaluator.EvaluatorFieldValueRange

public class EvaluatorFieldValueRange
extends EvaluatorFieldValue


Field Summary
 
Fields inherited from class org.gvsig.tools.evaluator.EvaluatorFieldValue
GENERIC, MATCH, NEAREST, RANGE
 
Method Summary
 Object getValue1()
          Get the initial value used in the range operation.
 Object getValue2()
          Get the final value used in the range operation.
 
Methods inherited from class org.gvsig.tools.evaluator.EvaluatorFieldValue
getFieldName, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getValue1

public Object getValue1()
Get the initial value used in the range operation.

Returns:
the first value or null if not aplicable.

getValue2

public Object getValue2()
Get the final value used in the range operation.

Returns:
the final value or null if not aplicable.


Copyright © 2004-2011 gvSIG. All Rights Reserved.