public static class Table.Order extends Object
Table.Order.OrderType| Modifier and Type | Class and Description |
|---|---|
static class |
Table.Order.OrderType
Enumeration of the type of order.
|
| Modifier and Type | Method and Description |
|---|---|
static Table.Order |
asc(String name)
Builds an ascending order.
|
static Table.Order |
desc(String name)
Builds the descending order.
|
boolean |
equals(Object obj) |
String |
getName()
Returns the name of the order.
|
Table.Order.OrderType |
getType()
Returns the type of the order.
|
public static Table.Order asc(String name)
name - The name of the order.public static Table.Order desc(String name)
name - The name of the order.public String getName()
public Table.Order.OrderType getType()
Copyright © 2015–2017 AssertJ. All rights reserved.