| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _USER_PARAM
Integer value of enum value "USER_PARAM" Displays user parameters. |
| static final ParamType | USER_PARAM
Object value of enum value "USER_PARAM" Displays user parameters. |
| static final int | _DIM_PARAM
Integer value of enum value "DIM_PARAM" Displays dimension parameters. |
| static final ParamType | DIM_PARAM
Object value of enum value "DIM_PARAM" Displays dimension parameters. |
| static final int | _PATTERN_PARAM
Integer value of enum value "PATTERN_PARAM" Displays pattern parameters. |
| static final ParamType | PATTERN_PARAM
Object value of enum value "PATTERN_PARAM" Displays pattern parameters. |
| static final int | _DIMTOL_PARAM
Integer value of enum value "DIMTOL_PARAM" Displays dimension tolerance parameters. |
| static final ParamType | DIMTOL_PARAM
Object value of enum value "DIMTOL_PARAM" Displays dimension tolerance parameters. |
| static final int | _REFDIM_PARAM
Integer value of enum value "REFDIM_PARAM" Displays reference dimension parameters. |
| static final ParamType | REFDIM_PARAM
Object value of enum value "REFDIM_PARAM" Displays reference dimension parameters. |
| static final int | _ALL_PARAMS
Integer value of enum value "ALL_PARAMS" Displays all parameters. |
| static final ParamType | ALL_PARAMS
Object value of enum value "ALL_PARAMS" Displays all parameters. |
| static final int | _GTOL_PARAM
Integer value of enum value "GTOL_PARAM" Displays geometric tolerance parameters. |
| static final ParamType | GTOL_PARAM
Object value of enum value "GTOL_PARAM" Displays geometric tolerance parameters. |
| static final int | _SURFFIN_PARAM
Integer value of enum value "SURFFIN_PARAM" Displays surface finish parameters. |
| static final ParamType | SURFFIN_PARAM
Object value of enum value "SURFFIN_PARAM" Displays surface finish parameters. |
| static final int | _ParamType_null
Enum null value. |
| Method Summary | |
|---|---|
| static ParamType | FromInt
(int value)
Creates enum object from an integer. |
| static ParamType | 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 ParamType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static ParamType | FromInt | (Integer value) |
Creates enum object from an integer object.
|