javax.wvcm
Class SearchToken.SortCriterion

java.lang.Object
  extended by javax.wvcm.SearchToken.SortCriterion
Enclosing class:
SearchToken

public static final class SearchToken.SortCriterion
extends java.lang.Object

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

SearchToken.SortCriterion

public SearchToken.SortCriterion(PropertyNameList.PropertyName pname,
                                 SearchToken.OrderDirection direction,
                                 java.lang.Boolean caseless)
Constructor

Parameters:
pname - a PropertyName
direction - an OrderDirection
caseless - a Boolean
Method Detail

caseless

public java.lang.Boolean caseless()
Get caseless

Returns:
a Boolean

propertyName

public PropertyNameList.PropertyName propertyName()
Get the property name

Returns:
a PropertyName

direction

public SearchToken.OrderDirection direction()
Get the direction

Returns:
a OrderDirection


Copyright (c) 2003 - Apache Software Foundation