| Package | Description |
|---|---|
| org.seedstack.business.api.interfaces.query.specification |
| Modifier and Type | Method and Description |
|---|---|
SpecificationOrder.Order |
SpecificationOrder.getOrder()
Sets the sort order.
|
static SpecificationOrder.Order |
SpecificationOrder.Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpecificationOrder.Order[] |
SpecificationOrder.Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpecificationOrder.setOrder(SpecificationOrder.Order order)
Gets the sort order.
|
| Constructor and Description |
|---|
SpecificationOrder(String property,
SpecificationOrder.Order order) |
SpecificationOrder(String specificationName,
String property,
SpecificationOrder.Order order) |
Copyright © 2013-2015–2015. All rights reserved.