oracle.jbo
Interface SortCriteria
- All Known Implementing Classes:
- SortCriteriaImpl
- public interface SortCriteria
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.
Copyright © 1997, 2005, Oracle. All rights reserved.