| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _EXPORT_ASM_FLAT_FILE
Integer value of enum value "EXPORT_ASM_FLAT_FILE" Export in a flat file. |
| static final AssemblyConfiguration | EXPORT_ASM_FLAT_FILE
Object value of enum value "EXPORT_ASM_FLAT_FILE" Export in a flat file. |
| static final int | _EXPORT_ASM_SINGLE_FILE
Integer value of enum value "EXPORT_ASM_SINGLE_FILE" Export in a single file. |
| static final AssemblyConfiguration | EXPORT_ASM_SINGLE_FILE
Object value of enum value "EXPORT_ASM_SINGLE_FILE" Export in a single file. |
| static final int | _EXPORT_ASM_MULTI_FILES
Integer value of enum value "EXPORT_ASM_MULTI_FILES" Export in multiple files. |
| static final AssemblyConfiguration | EXPORT_ASM_MULTI_FILES
Object value of enum value "EXPORT_ASM_MULTI_FILES" Export in multiple files. |
| static final int | _EXPORT_ASM_ASSEMBLY_PARTS
Integer value of enum value "EXPORT_ASM_ASSEMBLY_PARTS" Export as an assembly and component parts. |
| static final AssemblyConfiguration | EXPORT_ASM_ASSEMBLY_PARTS
Object value of enum value "EXPORT_ASM_ASSEMBLY_PARTS" Export as an assembly and component parts. |
| static final int | _AssemblyConfiguration_null
Enum null value. |
| Method Summary | |
|---|---|
| static AssemblyConfiguration | FromInt
(int value)
Creates enum object from an integer. |
| static AssemblyConfiguration | FromInt
(Integer value)
Creates enum object from an integer object. |
| int | getValue
()
Returns enum object value as an integer. |
| Method Detail |
|---|
| getValue |
|---|
| int | getValue | () |
Returns enum object value as an integer.
|
| FromInt |
|---|
| static AssemblyConfiguration | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static AssemblyConfiguration | FromInt | (Integer value) |
Creates enum object from an integer object.
|