nz.ac.waikato.mcennis.rat.graph.query.property
Enum NumericQuery.Operation

java.lang.Object
  extended by java.lang.Enum<NumericQuery.Operation>
      extended by nz.ac.waikato.mcennis.rat.graph.query.property.NumericQuery.Operation
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<NumericQuery.Operation>
Enclosing class:
NumericQuery

public static enum NumericQuery.Operation
extends java.lang.Enum<NumericQuery.Operation>


Enum Constant Summary
EQ
           
GT
           
GTE
           
LT
           
LTE
           
NE
           
 
Method Summary
static NumericQuery.Operation valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NumericQuery.Operation[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

EQ

public static final NumericQuery.Operation EQ

GT

public static final NumericQuery.Operation GT

LT

public static final NumericQuery.Operation LT

GTE

public static final NumericQuery.Operation GTE

LTE

public static final NumericQuery.Operation LTE

NE

public static final NumericQuery.Operation NE
Method Detail

values

public static final NumericQuery.Operation[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(NumericQuery.Operation c : NumericQuery.Operation.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static NumericQuery.Operation valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name

Get Relational Analysis Toolkit at SourceForge.net. Fast, secure and Free Open Source software downloads