| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _SUBST_INTERCHG
Integer value of enum value "SUBST_INTERCHG" Substitute using an interchange assembly or a family table. |
| static final SubstType | SUBST_INTERCHG
Object value of enum value "SUBST_INTERCHG" Substitute using an interchange assembly or a family table. |
| static final int | _SUBST_PRT_REP
Integer value of enum value "SUBST_PRT_REP" Substitute a part with a simplified representation. |
| static final SubstType | SUBST_PRT_REP
Object value of enum value "SUBST_PRT_REP" Substitute a part with a simplified representation. |
| static final int | _SUBST_ASM_REP
Integer value of enum value "SUBST_ASM_REP" Substitute an assembly with a simplified representation. |
| static final SubstType | SUBST_ASM_REP
Object value of enum value "SUBST_ASM_REP" Substitute an assembly with a simplified representation. |
| static final int | _SUBST_ENVELOPE
Integer value of enum value "SUBST_ENVELOPE" Substitute with an envelope. |
| static final SubstType | SUBST_ENVELOPE
Object value of enum value "SUBST_ENVELOPE" Substitute with an envelope. |
| static final int | _SUBST_NONE
Integer value of enum value "SUBST_NONE" |
| static final SubstType | SUBST_NONE
Object value of enum value "SUBST_NONE" |
| static final int | _SubstType_null
Enum null value. |
| Method Summary | |
|---|---|
| static SubstType | FromInt
(int value)
Creates enum object from an integer. |
| static SubstType | 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 SubstType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static SubstType | FromInt | (Integer value) |
Creates enum object from an integer object.
|