GigaSpaces XAP 9.0 API

org.openspaces.jpa.openjpa.query
Enum BinaryExpression.ExpressionType

java.lang.Object
  extended by java.lang.Enum<BinaryExpression.ExpressionType>
      extended by org.openspaces.jpa.openjpa.query.BinaryExpression.ExpressionType
All Implemented Interfaces:
Serializable, Comparable<BinaryExpression.ExpressionType>
Enclosing class:
BinaryExpression

public static enum BinaryExpression.ExpressionType
extends Enum<BinaryExpression.ExpressionType>


Enum Constant Summary
AND
           
EQUAL
           
GREATER_THAN
           
GREATER_THAN_OR_EQUAL
           
LESS_THAN
           
LESS_THAN_OR_EQUAL
           
NOT_EQUAL
           
OR
           
 
Method Summary
static BinaryExpression.ExpressionType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BinaryExpression.ExpressionType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

EQUAL

public static final BinaryExpression.ExpressionType EQUAL

NOT_EQUAL

public static final BinaryExpression.ExpressionType NOT_EQUAL

GREATER_THAN

public static final BinaryExpression.ExpressionType GREATER_THAN

LESS_THAN

public static final BinaryExpression.ExpressionType LESS_THAN

GREATER_THAN_OR_EQUAL

public static final BinaryExpression.ExpressionType GREATER_THAN_OR_EQUAL

LESS_THAN_OR_EQUAL

public static final BinaryExpression.ExpressionType LESS_THAN_OR_EQUAL

AND

public static final BinaryExpression.ExpressionType AND

OR

public static final BinaryExpression.ExpressionType OR
Method Detail

values

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

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

valueOf

public static BinaryExpression.ExpressionType valueOf(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:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

GigaSpaces XAP 9.0 API

Copyright © GigaSpaces.