| Package | Description |
|---|---|
| org.assertj.db.type |
This package contains the classes that defines the different types used in assertj-db.
|
| Modifier and Type | Method and Description |
|---|---|
Table.Order.OrderType |
Table.Order.getType()
Returns the type of the order.
|
static Table.Order.OrderType |
Table.Order.OrderType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Table.Order.OrderType[] |
Table.Order.OrderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015–2017 AssertJ. All rights reserved.