Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


oracle.iam.rm.server_api
Class ColumnOrdering

java.lang.Object
  extended by oracle.iam.rm.server_api.ColumnOrdering

All Implemented Interfaces:
java.io.Serializable

public class ColumnOrdering
extends java.lang.Object
implements java.io.Serializable

Column ordering definition.

See Also:
Serialized Form

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

ColumnOrdering

public ColumnOrdering(java.lang.String columnName,
                      boolean orderAscending)
Creates a ColumnOrdering instance.
Parameters:
columnName - column name
orderAscending - true to order the results with this column in ascending order, or false to order them in decending order

Method Detail

getColumnName

public java.lang.String getColumnName()
Getw the column name.
Returns:
String representing the column name.

isOrderAscending

public boolean isOrderAscending()
Determines whether the column should be sorted in ascending order.
Returns:
Boolean true if the column should be sorted in ascending order, otherwise false.

Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


Copyright © 2008, 2009 Oracle. All Rights Reserved.