net.sf.jaxme.sqls.impl
Class SelectStatementImpl.OrderColumnImpl

java.lang.Object
  extended bynet.sf.jaxme.sqls.impl.SelectStatementImpl.OrderColumnImpl
All Implemented Interfaces:
SelectStatement.OrderColumn
Enclosing class:
SelectStatementImpl

public static class SelectStatementImpl.OrderColumnImpl
extends java.lang.Object
implements SelectStatement.OrderColumn


Constructor Summary
SelectStatementImpl.OrderColumnImpl(ColumnReference pColumnReference, boolean pDescending)
           
 
Method Summary
 ColumnReference getColumn()
          Returns the ordered column.
 boolean isDescending()
          Returns whether ascending (false) or descending (true) sorting is requested.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectStatementImpl.OrderColumnImpl

public SelectStatementImpl.OrderColumnImpl(ColumnReference pColumnReference,
                                           boolean pDescending)
Method Detail

getColumn

public ColumnReference getColumn()
Description copied from interface: SelectStatement.OrderColumn

Returns the ordered column.

Specified by:
getColumn in interface SelectStatement.OrderColumn

isDescending

public boolean isDescending()
Description copied from interface: SelectStatement.OrderColumn

Returns whether ascending (false) or descending (true) sorting is requested.

Specified by:
isDescending in interface SelectStatement.OrderColumn