@java.lang.SuppressWarnings(value: SerializableClassMustDefineSerialVersionUID) final enum AssemblyModeEnum extends java.lang.Enum<E<E>>
Defines the possible choices for a given operation's assembly mode.
Modifiers | Name | Description |
---|---|---|
static AssemblyModeEnum |
COMPLETE |
Auto-assemble from work center setup on complete. |
static AssemblyModeEnum |
MAX_VALUE |
|
static AssemblyModeEnum |
MIN_VALUE |
|
static AssemblyModeEnum |
NONE |
No automatic assembly processing at this operation. |
static AssemblyModeEnum |
START |
Auto-assemble from work center setup on start. |
static AssemblyModeEnum |
START_COMPLETE |
Auto-assemble from work center setup on start and complete. |
Type | Name and description |
---|---|
private java.lang.String |
id The standardized field type associated with this field format. |
Constructor and description |
---|
AssemblyModeEnum
(java.lang.String id) Convenience constructor for an interval. |
AssemblyModeEnum
() |
Type Params | Return Type | Name and description |
---|---|---|
|
static AssemblyModeEnum |
$INIT( para) |
|
java.lang.String |
getId() The short, internal (DB) ID used for this interval. |
|
AssemblyModeEnum |
next() |
|
AssemblyModeEnum |
previous() |
|
java.lang.String |
toStringLocalized(java.util.Locale locale) Build a human-readable version of this object. |
|
static AssemblyModeEnum |
valueOf(java.lang.String name) |
|
static AssemblyModeEnum[] |
values() |
Auto-assemble from work center setup on complete.
No automatic assembly processing at this operation.
Auto-assemble from work center setup on start.
Auto-assemble from work center setup on start and complete.
The standardized field type associated with this field format.
Convenience constructor for an interval.
id
- The stored value in the DB.The short, internal (DB) ID used for this interval.
Build a human-readable version of this object.
locale
- The locale to display the enum display text.