Business Components 9.0.5

oracle.jbo
Interface SortCriteria

All Known Implementing Classes:
SortCriteriaImpl

public interface SortCriteria


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

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.


isDescending

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


Business Components 9.0.5

 

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