final enum OrderComponentStateEnum extends java.lang.Enum<E<E>>
| Modifiers | Name | Description |
|---|---|---|
static OrderComponentStateEnum |
EMPTY |
The component is not assembled. |
static OrderComponentStateEnum |
FULL |
The component is fully assembled. |
static OrderComponentStateEnum |
MAX_VALUE |
|
static OrderComponentStateEnum |
MIN_VALUE |
|
static OrderComponentStateEnum |
OVER |
The component is over-assembled. |
static OrderComponentStateEnum |
PARTIAL |
The component is partially assembled. |
| Type | Name and description |
|---|---|
private java.lang.String |
idThe standardized field type associated with this field format. |
| Constructor and description |
|---|
OrderComponentStateEnum
(java.lang.String id)Convenience constructor. |
OrderComponentStateEnum
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
static OrderComponentStateEnum |
$INIT( para) |
|
java.lang.String |
getId()The short, internal (DB) ID used for this status. |
|
OrderComponentStateEnum |
next() |
|
OrderComponentStateEnum |
previous() |
|
java.lang.String |
toStringLocalized(java.util.Locale locale)Build a human-readable version of this object. |
|
static OrderComponentStateEnum |
valueOf(java.lang.String name) |
|
static OrderComponentStateEnum[] |
values() |
The component is not assembled.
The component is fully assembled.
The component is over-assembled.
The component is partially assembled.
The standardized field type associated with this field format.
Convenience constructor.
id - The stored value in the DB.The short, internal (DB) ID used for this status.
Build a human-readable version of this object.
locale - The locale to display the enum display text.