|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.iam.rm.server_api.ColumnOrdering
public class ColumnOrdering
Column ordering definition.
| Constructor Summary | |
|---|---|
ColumnOrdering(java.lang.String columnName, boolean orderAscending)Creates a ColumnOrdering instance. |
|
| Method Summary | |
|---|---|
java.lang.String |
getColumnName()Getw the column name. |
boolean |
isOrderAscending()Determines whether the column should be sorted in ascending order. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ColumnOrdering(java.lang.String columnName,
boolean orderAscending)
ColumnOrdering instance.
columnName - column nameorderAscending - true to order the results with this column in ascending order, or false to order them in decending order| Method Detail |
|---|
public java.lang.String getColumnName()
String representing the column name.public boolean isOrderAscending()
true if the column should be sorted in ascending order, otherwise false.
|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||