| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _TOLTABLE_GENERAL
Integer value of enum value "TOLTABLE_GENERAL" Dimension tolerance type - General |
| static final ToleranceTableType | TOLTABLE_GENERAL
Object value of enum value "TOLTABLE_GENERAL" Dimension tolerance type - General |
| static final int | _TOLTABLE_BROKEN_EDGE
Integer value of enum value "TOLTABLE_BROKEN_EDGE" Dimension tolerance type - Broken Edge |
| static final ToleranceTableType | TOLTABLE_BROKEN_EDGE
Object value of enum value "TOLTABLE_BROKEN_EDGE" Dimension tolerance type - Broken Edge |
| static final int | _TOLTABLE_SHAFTS
Integer value of enum value "TOLTABLE_SHAFTS" Dimension tolerance type - Shafts |
| static final ToleranceTableType | TOLTABLE_SHAFTS
Object value of enum value "TOLTABLE_SHAFTS" Dimension tolerance type - Shafts |
| static final int | _TOLTABLE_HOLES
Integer value of enum value "TOLTABLE_HOLES" Dimension tolerance type - Holes |
| static final ToleranceTableType | TOLTABLE_HOLES
Object value of enum value "TOLTABLE_HOLES" Dimension tolerance type - Holes |
| static final int | _ToleranceTableType_null
Enum null value. |
| Method Summary | |
|---|---|
| static ToleranceTableType | FromInt
(int value)
Creates enum object from an integer. |
| static ToleranceTableType | 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 ToleranceTableType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static ToleranceTableType | FromInt | (Integer value) |
Creates enum object from an integer object.
|