| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _DIM_CHMFR_LEADER_STYLE_NORMAL
Integer value of enum value "DIM_CHMFR_LEADER_STYLE_NORMAL" |
| static final DimChamferLeaderStyle | DIM_CHMFR_LEADER_STYLE_NORMAL
Object value of enum value "DIM_CHMFR_LEADER_STYLE_NORMAL" |
| static final int | _DIM_CHMFR_LEADER_STYLE_DEFAULT
Integer value of enum value "DIM_CHMFR_LEADER_STYLE_DEFAULT" |
| static final DimChamferLeaderStyle | DIM_CHMFR_LEADER_STYLE_DEFAULT
Object value of enum value "DIM_CHMFR_LEADER_STYLE_DEFAULT" |
| static final int | _DimChamferLeaderStyle_null
Enum null value. |
| Method Summary | |
|---|---|
| static DimChamferLeaderStyle | FromInt
(int value)
Creates enum object from an integer. |
| static DimChamferLeaderStyle | 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 DimChamferLeaderStyle | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static DimChamferLeaderStyle | FromInt | (Integer value) |
Creates enum object from an integer object.
|