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

E10653-04

oracle.jbo
Interface SortCriteria

All Known Implementing Classes:
DBSortCriteriaImpl, SortCriteriaImpl

public interface SortCriteria


Method Summary
 int getAttributeIndex()
           
 java.lang.String getAttributeName()
          Returns an attribute name.
 boolean isCaseSensitive()
          True if sorting should be case-sensitive.
 boolean isDescending()
          True if this attribute's value should be sorted in descending order.
 void setAttributeIndex(int index)
           
 

Method Detail

getAttributeName

java.lang.String getAttributeName()
Returns an attribute name. An attribute of this name should be present in the associated StrcutureDef of a component object to which this sort criteria is applied.


getAttributeIndex

int getAttributeIndex()

setAttributeIndex

void setAttributeIndex(int index)

isDescending

boolean isDescending()
True if this attribute's value should be sorted in descending order.


isCaseSensitive

boolean isCaseSensitive()
True if sorting should be case-sensitive.


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

E10653-04

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