wt.query
Class LogicalOperator
java.lang.Object
wt.query.SQLOperator
wt.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
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
LogicalOperator
private LogicalOperator(String a_value)
- Parameters:
a_value
-
getLogicalOperator
public static LogicalOperator getLogicalOperator(String a_value)
Supported API: false
- Parameters:
a_value
-
- Returns:
- LogicalOperator