| Package | Description |
|---|---|
| org.hibernate.beanvalidation.tck.tests.validation |
| Modifier and Type | Method and Description |
|---|---|
static ProductCategory |
ProductCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductCategory[] |
ProductCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerElementsOrder.addOrderLine(ProductCategory category,
OrderLine orderLine) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerElementsOrder.replaceOrderLines(Map<ProductCategory,List<OrderLine>> lines) |
| Constructor and Description |
|---|
ContainerElementsOrder(String name,
Map<ProductCategory,List<OrderLine>> lines) |
Copyright © 2008–2017. All rights reserved.