public static final class OrderImpl.Item
extends java.lang.Object
| Constructor | Description |
|---|---|
Item(Field field) |
Construct order item with given field and ascending order.
|
Item(Field field,
OrderDirection direction) |
Construct order item with given field and direction.
|
| Modifier and Type | Method | Description |
|---|---|---|
OrderDirection |
getDirection() |
Gets the order direction.
|
Field |
getField() |
Gets the field to order by.
|
public Item(Field field)
field - The field to order by.public Item(Field field, OrderDirection direction)
field - The field to order by.direction - The order direction.public Field getField()
public OrderDirection getDirection()
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com