| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _VIEW_NO_SECTION
Integer value of enum value "VIEW_NO_SECTION" |
| static final DrawingViewSectionType | VIEW_NO_SECTION
Object value of enum value "VIEW_NO_SECTION" |
| static final int | _VIEW_TOTAL_SECTION
Integer value of enum value "VIEW_TOTAL_SECTION" |
| static final DrawingViewSectionType | VIEW_TOTAL_SECTION
Object value of enum value "VIEW_TOTAL_SECTION" |
| static final int | _VIEW_AREA_SECTION
Integer value of enum value "VIEW_AREA_SECTION" |
| static final DrawingViewSectionType | VIEW_AREA_SECTION
Object value of enum value "VIEW_AREA_SECTION" |
| static final int | _VIEW_PART_SURF_SECTION
Integer value of enum value "VIEW_PART_SURF_SECTION" |
| static final DrawingViewSectionType | VIEW_PART_SURF_SECTION
Object value of enum value "VIEW_PART_SURF_SECTION" |
| static final int | _VIEW_3D_SECTION
Integer value of enum value "VIEW_3D_SECTION" |
| static final DrawingViewSectionType | VIEW_3D_SECTION
Object value of enum value "VIEW_3D_SECTION" |
| static final int | _DrawingViewSectionType_null
Enum null value. |
| Method Summary | |
|---|---|
| static DrawingViewSectionType | FromInt
(int value)
Creates enum object from an integer. |
| static DrawingViewSectionType | 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 DrawingViewSectionType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static DrawingViewSectionType | FromInt | (Integer value) |
Creates enum object from an integer object.
|