| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _SUBSTITUTE_NONE
Integer value of enum value "SUBSTITUTE_NONE" No substitution is defined. |
| static final SubstitutionType | SUBSTITUTE_NONE
Object value of enum value "SUBSTITUTE_NONE" No substitution is defined. |
| static final int | _SUBSTITUTE_INTERCHG
Integer value of enum value "SUBSTITUTE_INTERCHG" Substitute using an interchange assembly or a family table. |
| static final SubstitutionType | SUBSTITUTE_INTERCHG
Object value of enum value "SUBSTITUTE_INTERCHG" Substitute using an interchange assembly or a family table. |
| static final int | _SUBSTITUTE_PRT_REP
Integer value of enum value "SUBSTITUTE_PRT_REP" Substitute a part with a simplified representation. |
| static final SubstitutionType | SUBSTITUTE_PRT_REP
Object value of enum value "SUBSTITUTE_PRT_REP" Substitute a part with a simplified representation. |
| static final int | _SUBSTITUTE_ASM_REP
Integer value of enum value "SUBSTITUTE_ASM_REP" Substitute an assembly with a simplified representation. |
| static final SubstitutionType | SUBSTITUTE_ASM_REP
Object value of enum value "SUBSTITUTE_ASM_REP" Substitute an assembly with a simplified representation. |
| static final int | _SUBSTITUTE_ENVELOPE
Integer value of enum value "SUBSTITUTE_ENVELOPE" Substitute with an envelope. |
| static final SubstitutionType | SUBSTITUTE_ENVELOPE
Object value of enum value "SUBSTITUTE_ENVELOPE" Substitute with an envelope. |
| static final int | _SubstitutionType_null
Enum null value. |
| Method Summary | |
|---|---|
| static SubstitutionType | FromInt
(int value)
Creates enum object from an integer. |
| static SubstitutionType | 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 SubstitutionType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static SubstitutionType | FromInt | (Integer value) |
Creates enum object from an integer object.
|