| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _DETAIL_BOUNDARY_CIRCLE
Integer value of enum value "DETAIL_BOUNDARY_CIRCLE" |
| static final ViewDetailBoundaryType | DETAIL_BOUNDARY_CIRCLE
Object value of enum value "DETAIL_BOUNDARY_CIRCLE" |
| static final int | _DETAIL_BOUNDARY_ELLIPSE
Integer value of enum value "DETAIL_BOUNDARY_ELLIPSE" |
| static final ViewDetailBoundaryType | DETAIL_BOUNDARY_ELLIPSE
Object value of enum value "DETAIL_BOUNDARY_ELLIPSE" |
| static final int | _DETAIL_BOUNDARY_HORZ_VER_ELLIPSE
Integer value of enum value "DETAIL_BOUNDARY_HORZ_VER_ELLIPSE" |
| static final ViewDetailBoundaryType | DETAIL_BOUNDARY_HORZ_VER_ELLIPSE
Object value of enum value "DETAIL_BOUNDARY_HORZ_VER_ELLIPSE" |
| static final int | _DETAIL_BOUNDARY_SPLINE
Integer value of enum value "DETAIL_BOUNDARY_SPLINE" |
| static final ViewDetailBoundaryType | DETAIL_BOUNDARY_SPLINE
Object value of enum value "DETAIL_BOUNDARY_SPLINE" |
| static final int | _DETAIL_BOUNDARY_ASME_CIRCLE
Integer value of enum value "DETAIL_BOUNDARY_ASME_CIRCLE" |
| static final ViewDetailBoundaryType | DETAIL_BOUNDARY_ASME_CIRCLE
Object value of enum value "DETAIL_BOUNDARY_ASME_CIRCLE" |
| static final int | _ViewDetailBoundaryType_null
Enum null value. |
| Method Summary | |
|---|---|
| static ViewDetailBoundaryType | FromInt
(int value)
Creates enum object from an integer. |
| static ViewDetailBoundaryType | 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 ViewDetailBoundaryType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static ViewDetailBoundaryType | FromInt | (Integer value) |
Creates enum object from an integer object.
|