wt.query
Class SQLOperator

java.lang.Object
  extended bywt.query.SQLOperator
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LogicalOperator, SetOperator

public class SQLOperator
extends Object
implements Serializable

This class represents a SQL Operator.

Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
private  String value
           
 
Constructor Summary
protected SQLOperator(String a_value)
          

Supported API: false
 
Method Summary
 String getValue()
          Gets the value of the attribute: value.
 String 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

value

private String value
Constructor Detail

SQLOperator

protected SQLOperator(String a_value)


Supported API: false

Parameters:
a_value -
Method Detail

getValue

public String getValue()
Gets the value of the attribute: value.

Supported API: false

Returns:
String

toString

public String toString()