Package net.anotheria.anodoc.query2
Class QueryCaseInsensitiveLikeProperty
- java.lang.Object
-
- net.anotheria.anodoc.query2.QueryProperty
-
- net.anotheria.anodoc.query2.QueryLikeProperty
-
- net.anotheria.anodoc.query2.QueryCaseInsensitiveLikeProperty
-
- All Implemented Interfaces:
java.io.Serializable
public class QueryCaseInsensitiveLikeProperty extends QueryLikeProperty
Case-insensitive version ofQueryLikeProperty.- Version:
- $Id: $Id
- Author:
- another
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueryCaseInsensitiveLikeProperty(java.lang.String aName, java.lang.Object aValue)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleandoesMatch(java.lang.Object o)doesMatch.java.lang.StringgetComparator()getComparator.-
Methods inherited from class net.anotheria.anodoc.query2.QueryLikeProperty
getValue
-
Methods inherited from class net.anotheria.anodoc.query2.QueryProperty
getName, getOriginalValue, setName, setValue, toString, unprepaireable
-
-
-
-
Method Detail
-
getComparator
public java.lang.String getComparator()
getComparator.
- Overrides:
getComparatorin classQueryLikeProperty- Returns:
- a
Stringobject.
-
doesMatch
public boolean doesMatch(java.lang.Object o)
doesMatch.
- Overrides:
doesMatchin classQueryLikeProperty- Parameters:
o- aObjectobject.- Returns:
- a boolean.
-
-