wt.query.specification
Class UnaryOperator

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

public class UnaryOperator
extends OperatorType
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
static UnaryOperator EQUAL
          

Supported API: false
static UnaryOperator GREATER
          

Supported API: false
static UnaryOperator GREATER_EQUAL
          

Supported API: false
static UnaryOperator IS_NOT_NULL
          

Supported API: false
static UnaryOperator IS_NULL
          

Supported API: false
static UnaryOperator LESS
          

Supported API: false
static UnaryOperator LESS_EQUAL
          

Supported API: false
static UnaryOperator LIKE
          

Supported API: false
private  String LikeEscapeString
           
static UnaryOperator NOT_EQUAL
          

Supported API: false
static UnaryOperator NOT_LIKE
          

Supported API: false
private static String RESOURCE
           
 
Fields inherited from class wt.query.specification.OperatorType
 
Constructor Summary
private UnaryOperator(String a_value)
           
 
Method Summary
 String getLikeEscapeString()
          Gets the value of the attribute: LikeEscapeString.
private  void LikeEscapeStringValidate(String a_LikeEscapeString)
           
 void setLikeEscapeString(String a_LikeEscapeString)
          Sets the value of the attribute: LikeEscapeString.
 
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

LikeEscapeString

private String LikeEscapeString

GREATER

public static final UnaryOperator GREATER


Supported API: false


GREATER_EQUAL

public static final UnaryOperator GREATER_EQUAL


Supported API: false


LESS

public static final UnaryOperator LESS


Supported API: false


LESS_EQUAL

public static final UnaryOperator LESS_EQUAL


Supported API: false


EQUAL

public static final UnaryOperator EQUAL


Supported API: false


NOT_EQUAL

public static final UnaryOperator NOT_EQUAL


Supported API: false


LIKE

public static final UnaryOperator LIKE


Supported API: false


NOT_LIKE

public static final UnaryOperator NOT_LIKE


Supported API: false


IS_NULL

public static final UnaryOperator IS_NULL


Supported API: false


IS_NOT_NULL

public static final UnaryOperator IS_NOT_NULL


Supported API: false

Constructor Detail

UnaryOperator

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

getLikeEscapeString

public String getLikeEscapeString()
Gets the value of the attribute: LikeEscapeString.

Supported API: false

Returns:
String

setLikeEscapeString

public void setLikeEscapeString(String a_LikeEscapeString)
                         throws WTPropertyVetoException
Sets the value of the attribute: LikeEscapeString.

Supported API: false

Parameters:
a_LikeEscapeString -
Throws:
WTPropertyVetoException

LikeEscapeStringValidate

private void LikeEscapeStringValidate(String a_LikeEscapeString)
                               throws WTPropertyVetoException
Parameters:
a_LikeEscapeString -
Throws:
WTPropertyVetoException