it.eng.qbe.query
Interface IOrderByField

All Superinterfaces:
IField, java.io.Serializable
All Known Implementing Classes:
OrderByField

public interface IOrderByField
extends IField

The Interface IOrderByField.


Method Summary
 IOrderByField getCopy()
          Gets the copy.
 boolean isAscendingOrder()
          Checks if is ascending order.
 void setAscendingOrder(boolean ascendingOrder)
          Sets the ascending order.
 
Methods inherited from interface it.eng.qbe.query.IField
getFieldName, getId, getPrecision, getScale, getType, setFieldName, setId, setPrecision, setScale, setType
 

Method Detail

isAscendingOrder

boolean isAscendingOrder()
Checks if is ascending order.

Returns:
true, if is ascending order

setAscendingOrder

void setAscendingOrder(boolean ascendingOrder)
Sets the ascending order.

Parameters:
ascendingOrder - the new ascending order

getCopy

IOrderByField getCopy()
Gets the copy.

Returns:
the copy