| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _SIMPREP_REVERSE
Integer value of enum value "SIMPREP_REVERSE" Reverse the default rule for this component (for example, include it if the default rule is exclude). |
| static final SimpRepActionType | SIMPREP_REVERSE
Object value of enum value "SIMPREP_REVERSE" Reverse the default rule for this component (for example, include it if the default rule is exclude). |
| static final int | _SIMPREP_INCLUDE
Integer value of enum value "SIMPREP_INCLUDE" Include this component in the simplified representation. |
| static final SimpRepActionType | SIMPREP_INCLUDE
Object value of enum value "SIMPREP_INCLUDE" Include this component in the simplified representation. |
| static final int | _SIMPREP_EXCLUDE
Integer value of enum value "SIMPREP_EXCLUDE" Exclude this component from the simplified representation. |
| static final SimpRepActionType | SIMPREP_EXCLUDE
Object value of enum value "SIMPREP_EXCLUDE" Exclude this component from the simplified representation. |
| static final int | _SIMPREP_SUBSTITUTE
Integer value of enum value "SIMPREP_SUBSTITUTE" Substitute the component in the simplified representation. |
| static final SimpRepActionType | SIMPREP_SUBSTITUTE
Object value of enum value "SIMPREP_SUBSTITUTE" Substitute the component in the simplified representation. |
| static final int | _SIMPREP_GEOM
Integer value of enum value "SIMPREP_GEOM" Use the "geometry only" representation of the component. |
| static final SimpRepActionType | SIMPREP_GEOM
Object value of enum value "SIMPREP_GEOM" Use the "geometry only" representation of the component. |
| static final int | _SIMPREP_GRAPHICS
Integer value of enum value "SIMPREP_GRAPHICS" Use the "graphics only" representation of the component. |
| static final SimpRepActionType | SIMPREP_GRAPHICS
Object value of enum value "SIMPREP_GRAPHICS" Use the "graphics only" representation of the component. |
| static final int | _SIMPREP_SYMB
Integer value of enum value "SIMPREP_SYMB" Use the symbolic representation of the component. |
| static final SimpRepActionType | SIMPREP_SYMB
Object value of enum value "SIMPREP_SYMB" Use the symbolic representation of the component. |
| static final int | _SIMPREP_BOUNDBOX
Integer value of enum value "SIMPREP_BOUNDBOX" Use the boundary box representation of the component. |
| static final SimpRepActionType | SIMPREP_BOUNDBOX
Object value of enum value "SIMPREP_BOUNDBOX" Use the boundary box representation of the component. |
| static final int | _SIMPREP_DEFENV
Integer value of enum value "SIMPREP_DEFENV" |
| static final SimpRepActionType | SIMPREP_DEFENV
Object value of enum value "SIMPREP_DEFENV" |
| static final int | _SIMPREP_NONE
Integer value of enum value "SIMPREP_NONE" |
| static final SimpRepActionType | SIMPREP_NONE
Object value of enum value "SIMPREP_NONE" |
| static final int | _SIMPREP_LIGHT_GRAPH
Integer value of enum value "SIMPREP_LIGHT_GRAPH" |
| static final SimpRepActionType | SIMPREP_LIGHT_GRAPH
Object value of enum value "SIMPREP_LIGHT_GRAPH" |
| static final int | _SIMPREP_AUTO
Integer value of enum value "SIMPREP_AUTO" |
| static final SimpRepActionType | SIMPREP_AUTO
Object value of enum value "SIMPREP_AUTO" |
| static final int | _SIMPREP_ASSEM_ONLY
Integer value of enum value "SIMPREP_ASSEM_ONLY" |
| static final SimpRepActionType | SIMPREP_ASSEM_ONLY
Object value of enum value "SIMPREP_ASSEM_ONLY" |
| static final int | _SimpRepActionType_null
Enum null value. |
| Method Summary | |
|---|---|
| static SimpRepActionType | FromInt
(int value)
Creates enum object from an integer. |
| static SimpRepActionType | 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 SimpRepActionType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static SimpRepActionType | FromInt | (Integer value) |
Creates enum object from an integer object.
|