Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


oracle.jbo
Interface SortCriteria

All Known Implementing Classes:
SortCriteriaImpl

public interface SortCriteria

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

 

Method Detail

getAttributeName

public 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

public int getAttributeIndex()

setAttributeIndex

public void setAttributeIndex(int index)

isDescending

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

Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


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