wt.query.specification
Class BinaryOperator

java.lang.Object
  extended bywt.query.specification.OperatorType
      extended bywt.query.specification.BinaryOperator
All Implemented Interfaces:
Serializable

public class BinaryOperator
extends OperatorType
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
static BinaryOperator BETWEEN
          

Supported API: false
private static String CLASSNAME
           
static BinaryOperator NOT_BETWEEN
          

Supported API: false
private static String RESOURCE
           
 
Fields inherited from class wt.query.specification.OperatorType
 
Constructor Summary
private BinaryOperator(String a_value)
           
 
Methods inherited from class wt.query.specification.OperatorType
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

BETWEEN

public static final BinaryOperator BETWEEN


Supported API: false


NOT_BETWEEN

public static final BinaryOperator NOT_BETWEEN


Supported API: false

Constructor Detail

BinaryOperator

private BinaryOperator(String a_value)
Parameters:
a_value -