Skip navigation links

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

E10653-03


oracle.jbo.common.types
Interface SortAttribute

All Known Subinterfaces:
SortAttribute
All Known Implementing Classes:
SortAttributeImpl, SortAttributeImpl

public interface SortAttribute
Since:
11g Release 1 (11.1.1)

Method Summary
 boolean getDescending()
          Gets the flag that indicates whether to sort in ascending or descending order.
 java.lang.String getName()
          Gets the name of the attribute used in the sort order.
 void setDescending(boolean value)
          Sets the flag that indicates whether to sort in ascending or descending order.
 void setName(java.lang.String value)
          Sets the name of the attribute used in the sort order.

 

Method Detail

getName

java.lang.String getName()
Gets the name of the attribute used in the sort order.
Returns:
sort attribute name.

setName

void setName(java.lang.String value)
Sets the name of the attribute used in the sort order.
Parameters:
value - sort attribute name

getDescending

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

setDescending

void setDescending(boolean value)
Sets the flag that indicates whether to sort in ascending or descending order. The default is false (ascending order).
Parameters:
value - descending order flag

Skip navigation links

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

E10653-03


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