wt.query.specification
Class CaseSensitiveValue
java.lang.Object
wt.query.specification.SimpleValue
wt.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
Fields inherited from class wt.query.specification.SimpleValue |
|
Method Summary |
boolean |
isCaseSensitive()
Gets the value of the attribute: caseSensitive. |
void |
setCaseSensitive(boolean a_CaseSensitive)
Sets the value of the attribute: caseSensitive. |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
caseSensitive
private boolean caseSensitive
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
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