wt.query
Class LogicalOperator

java.lang.Object
  extended bywt.query.SQLOperator
      extended bywt.query.LogicalOperator
All Implemented Interfaces:
Serializable

public class LogicalOperator
extends SQLOperator
implements Serializable

This class represents a Logical Operator.

This class defines the following static final Logical Operators: AND and OR.

Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
static LogicalOperator AND
          Specifies an AND logical operator.
private static String CLASSNAME
           
private static LogicalOperator[] LIST
           
static LogicalOperator OR
          Specifies an OR logical operator.
private static String RESOURCE
           
 
Fields inherited from class wt.query.SQLOperator
 
Constructor Summary
private LogicalOperator(String a_value)
           
 
Method Summary
static LogicalOperator getLogicalOperator(String a_value)
          

Supported API: false
 
Methods inherited from class wt.query.SQLOperator
getValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

AND

public static final LogicalOperator AND
Specifies an AND logical operator.

Supported API: true


OR

public static final LogicalOperator OR
Specifies an OR logical operator.

Supported API: true


LIST

private static final LogicalOperator[] LIST
Constructor Detail

LogicalOperator

private LogicalOperator(String a_value)
Parameters:
a_value -
Method Detail

getLogicalOperator

public static LogicalOperator getLogicalOperator(String a_value)


Supported API: false

Parameters:
a_value -
Returns:
LogicalOperator