MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

ch.ethz.mxquery.util
Class OrderOptions

java.lang.Object
  extended by ch.ethz.mxquery.util.OrderOptions

public class OrderOptions
extends java.lang.Object

Helper Class to save the options of an order by expression (ascending, etc.)


Constructor Summary
OrderOptions(boolean ascending, boolean emptiesGreatest)
           
 
Method Summary
 OrderOptions copy()
           
 boolean isAscending()
           
 boolean isEmptiesGreatest()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderOptions

public OrderOptions(boolean ascending,
                    boolean emptiesGreatest)
Method Detail

isAscending

public boolean isAscending()

isEmptiesGreatest

public boolean isEmptiesGreatest()

copy

public OrderOptions copy()

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich