Uses of Class
com.atlassian.query.order.SortOrder

Packages that use SortOrder
com.atlassian.query.order   
 

Uses of SortOrder in com.atlassian.query.order
 

Methods in com.atlassian.query.order that return SortOrder
 SortOrder SearchSort.getSortOrder()
           
static SortOrder SortOrder.parseString(String value)
          Find the SortOrder represented in the passed string.
static SortOrder SortOrder.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SortOrder[] SortOrder.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.atlassian.query.order with parameters of type SortOrder
SearchSort(String field, SortOrder order)
          Used to construct a search sort for a field with a direction.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.