|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.slide.search.CompareHint
Field Summary | |
protected java.lang.String |
propName
the name of the property, which shall be compared |
protected java.lang.String |
propNamespace
the property's namespace |
Constructor Summary | |
CompareHint(PropertyName prop,
boolean ascending,
boolean caseSensitive)
Constructor |
Method Summary | |
PropertyName |
getComparedProperty()
Method getComparedProperty |
java.lang.String |
getPropName()
Method getPropName |
java.lang.String |
getPropNamespace()
Method getPropNamespace |
boolean |
isAscending()
Method isAscending |
boolean |
isCaseSensitive()
Method isCaseSensitive |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String propName
protected java.lang.String propNamespace
Constructor Detail |
public CompareHint(PropertyName prop, boolean ascending, boolean caseSensitive)
prop
- a ComparedPropertyascending
- a booleancaseSensitive
- a booleanMethod Detail |
public java.lang.String getPropName()
public java.lang.String getPropNamespace()
public boolean isAscending()
public boolean isCaseSensitive()
public PropertyName getComparedProperty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |