Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

oracle.binding.criteria
Interface SortItem


public interface SortItem

Since:
11g Release 1 (11.1.1)

Method Summary
 java.lang.String getAttributeName()
          Gets the name of the attribute used in the sort order.
 boolean isCaseSensitive()
           
 boolean isDescending()
          Gets the flag that indicates whether to sort in ascending or descending order.
 

Method Detail

getAttributeName

java.lang.String getAttributeName()
Gets the name of the attribute used in the sort order.

Returns:
sort attribute name.

isDescending

boolean isDescending()
Gets the flag that indicates whether to sort in ascending or descending order.

Returns:
descending order flag.

isCaseSensitive

boolean isCaseSensitive()

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

Copyright © 1997, 2011, Oracle. All rights reserved.