wt.query.specification
Class CaseSensitiveValue

java.lang.Object
  extended bywt.query.specification.SimpleValue
      extended bywt.query.specification.CaseSensitiveValue
All Implemented Interfaces:
AttributeValueCriteria, Serializable, UnaryValue

public class CaseSensitiveValue
extends SimpleValue
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private  boolean caseSensitive
           
private static String CLASSNAME
           
private static String RESOURCE
           
 
Fields inherited from class wt.query.specification.SimpleValue
 
Fields inherited from interface wt.query.specification.UnaryValue
VALUE
 
Constructor Summary
CaseSensitiveValue(Object a_value)
          

Supported API: false
CaseSensitiveValue(Object a_value, boolean sensitive)
          

Supported API: false
 
Method Summary
 boolean isCaseSensitive()
          Gets the value of the attribute: caseSensitive.
 void setCaseSensitive(boolean a_CaseSensitive)
          Sets the value of the attribute: caseSensitive.
 
Methods inherited from class wt.query.specification.SimpleValue
getValue, setValue, 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

caseSensitive

private boolean caseSensitive
Constructor Detail

CaseSensitiveValue

public CaseSensitiveValue(Object a_value,
                          boolean sensitive)
                   throws WTPropertyVetoException


Supported API: false

Parameters:
a_value -
sensitive -
Throws:
WTPropertyVetoException

CaseSensitiveValue

public CaseSensitiveValue(Object a_value)
                   throws WTPropertyVetoException


Supported API: false

Parameters:
a_value -
Throws:
WTPropertyVetoException
Method Detail

isCaseSensitive

public boolean isCaseSensitive()
Gets the value of the attribute: caseSensitive.

Supported API: false

Returns:
boolean

setCaseSensitive

public void setCaseSensitive(boolean a_CaseSensitive)
                      throws WTPropertyVetoException
Sets the value of the attribute: caseSensitive.

Supported API: false

Parameters:
a_CaseSensitive -
Throws:
WTPropertyVetoException