org.oasis.ebxml.registry.bindings.query.types
Class LogicalPredicateType

java.lang.Object
  extended byorg.oasis.ebxml.registry.bindings.query.types.LogicalPredicateType
All Implemented Interfaces:
java.io.Serializable

public class LogicalPredicateType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static LogicalPredicateType EQ
          The instance of the EQ type
static int EQ_TYPE
          The EQ type
static LogicalPredicateType GE
          The instance of the GE type
static int GE_TYPE
          The GE type
static LogicalPredicateType GT
          The instance of the GT type
static int GT_TYPE
          The GT type
static LogicalPredicateType LE
          The instance of the LE type
static int LE_TYPE
          The LE type
static LogicalPredicateType LT
          The instance of the LT type
static int LT_TYPE
          The LT type
static LogicalPredicateType NE
          The instance of the NE type
static int NE_TYPE
          The NE type
 
Method Summary
static java.util.Enumeration enumerate()
          Returns an enumeration of all possible instances of LogicalPredicateType
 int getType()
          Returns the type of this LogicalPredicateType
 java.lang.String toString()
          Returns the String representation of this LogicalPredicateTyp
static LogicalPredicateType valueOf(java.lang.String string)
          Returns a new LogicalPredicateType based on the given String value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LE_TYPE

public static final int LE_TYPE
The LE type

See Also:
Constant Field Values

LE

public static final LogicalPredicateType LE
The instance of the LE type


LT_TYPE

public static final int LT_TYPE
The LT type

See Also:
Constant Field Values

LT

public static final LogicalPredicateType LT
The instance of the LT type


GE_TYPE

public static final int GE_TYPE
The GE type

See Also:
Constant Field Values

GE

public static final LogicalPredicateType GE
The instance of the GE type


GT_TYPE

public static final int GT_TYPE
The GT type

See Also:
Constant Field Values

GT

public static final LogicalPredicateType GT
The instance of the GT type


EQ_TYPE

public static final int EQ_TYPE
The EQ type

See Also:
Constant Field Values

EQ

public static final LogicalPredicateType EQ
The instance of the EQ type


NE_TYPE

public static final int NE_TYPE
The NE type

See Also:
Constant Field Values

NE

public static final LogicalPredicateType NE
The instance of the NE type

Method Detail

enumerate

public static java.util.Enumeration enumerate()
Returns an enumeration of all possible instances of LogicalPredicateType


getType

public int getType()
Returns the type of this LogicalPredicateType


toString

public java.lang.String toString()
Returns the String representation of this LogicalPredicateTyp


valueOf

public static LogicalPredicateType valueOf(java.lang.String string)
Returns a new LogicalPredicateType based on the given String value.

Parameters:
string -