| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _DIMTOL_LIMITS
Integer value of enum value "DIMTOL_LIMITS" Dimension tolerance shown as "Limits" |
| static final DimToleranceType | DIMTOL_LIMITS
Object value of enum value "DIMTOL_LIMITS" Dimension tolerance shown as "Limits" |
| static final int | _DIMTOL_PLUS_MINUS
Integer value of enum value "DIMTOL_PLUS_MINUS" Dimension tolerance shown with independent plus and minus values. |
| static final DimToleranceType | DIMTOL_PLUS_MINUS
Object value of enum value "DIMTOL_PLUS_MINUS" Dimension tolerance shown with independent plus and minus values. |
| static final int | _DIMTOL_SYMMETRIC
Integer value of enum value "DIMTOL_SYMMETRIC" Dimension tolerance shown with a single symmetric plus/minus value. |
| static final DimToleranceType | DIMTOL_SYMMETRIC
Object value of enum value "DIMTOL_SYMMETRIC" Dimension tolerance shown with a single symmetric plus/minus value. |
| static final int | _DIMTOL_SYMMETRIC_SUPERSCRIPT
Integer value of enum value "DIMTOL_SYMMETRIC_SUPERSCRIPT" Dimension tolerance shown with a single symmetric plus/minus value; the tolerance is displayed in a superscript font relative to the dimension value. |
| static final DimToleranceType | DIMTOL_SYMMETRIC_SUPERSCRIPT
Object value of enum value "DIMTOL_SYMMETRIC_SUPERSCRIPT" Dimension tolerance shown with a single symmetric plus/minus value; the tolerance is displayed in a superscript font relative to the dimension value. |
| static final int | _DIMTOL_ISODIN
Integer value of enum value "DIMTOL_ISODIN" Dimension tolerance shown when the dimension is in the ISO/DIN standard. |
| static final DimToleranceType | DIMTOL_ISODIN
Object value of enum value "DIMTOL_ISODIN" Dimension tolerance shown when the dimension is in the ISO/DIN standard. |
| static final int | _DimToleranceType_null
Enum null value. |
| Method Summary | |
|---|---|
| static DimToleranceType | FromInt
(int value)
Creates enum object from an integer. |
| static DimToleranceType | 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 DimToleranceType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static DimToleranceType | FromInt | (Integer value) |
Creates enum object from an integer object.
|