|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.wvcm.SearchToken.SortCriterion
public static final class SearchToken.SortCriterion
Represents a sorting criterion
Constructor Summary | |
---|---|
SearchToken.SortCriterion(PropertyNameList.PropertyName pname,
SearchToken.OrderDirection direction,
java.lang.Boolean caseless)
Constructor |
Method Summary | |
---|---|
java.lang.Boolean |
caseless()
Get caseless |
SearchToken.OrderDirection |
direction()
Get the direction |
PropertyNameList.PropertyName |
propertyName()
Get the property name |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SearchToken.SortCriterion(PropertyNameList.PropertyName pname, SearchToken.OrderDirection direction, java.lang.Boolean caseless)
pname
- a PropertyNamedirection
- an OrderDirectioncaseless
- a BooleanMethod Detail |
---|
public java.lang.Boolean caseless()
public PropertyNameList.PropertyName propertyName()
public SearchToken.OrderDirection direction()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |