org.gvsig.tools.evaluator
Class EvaluatorFieldValue

java.lang.Object
  extended by org.gvsig.tools.evaluator.EvaluatorFieldValue
Direct Known Subclasses:
EvaluatorFieldValueMatch, EvaluatorFieldValueNearest, EvaluatorFieldValueRange

public class EvaluatorFieldValue
extends Object


Field Summary
static int GENERIC
           
static int MATCH
           
static int NEAREST
           
static int RANGE
           
 
Method Summary
 String getFieldName()
          Get the fieldName over the operation is realiced.
 int getType()
          Get the type of operation realiced over the field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GENERIC

public static final int GENERIC
See Also:
Constant Field Values

MATCH

public static final int MATCH
See Also:
Constant Field Values

RANGE

public static final int RANGE
See Also:
Constant Field Values

NEAREST

public static final int NEAREST
See Also:
Constant Field Values
Method Detail

getType

public int getType()
Get the type of operation realiced over the field. The posibles values are: MATCH RANGE or NEAREST

Returns:
an int with the type of operation

getFieldName

public String getFieldName()
Get the fieldName over the operation is realiced.

Returns:
String name of field.


Copyright © 2004-2011 gvSIG. All Rights Reserved.