T
- the column typepublic abstract class Ordering<T> extends Object implements Serializable
Modifier | Constructor and Description |
---|---|
protected |
Ordering()
Creates new instance.
|
protected |
Ordering(OrderDirection direction)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
abstract T |
getColumn()
Returns the column.
|
OrderDirection |
getDirection()
Returns the order direction.
|
boolean |
isAscending()
Returns true if the ordering is ascending.
|
boolean |
isDescending()
Returns true if the ordering is descending.
|
protected Ordering()
protected Ordering(OrderDirection direction)
direction
- public abstract T getColumn()
public OrderDirection getDirection()
public boolean isAscending()
public boolean isDescending()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.