| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _VIEW_GENERAL
Integer value of enum value "VIEW_GENERAL" |
| static final ViewType | VIEW_GENERAL
Object value of enum value "VIEW_GENERAL" |
| static final int | _VIEW_PROJECTION
Integer value of enum value "VIEW_PROJECTION" |
| static final ViewType | VIEW_PROJECTION
Object value of enum value "VIEW_PROJECTION" |
| static final int | _VIEW_AUXILIARY
Integer value of enum value "VIEW_AUXILIARY" |
| static final ViewType | VIEW_AUXILIARY
Object value of enum value "VIEW_AUXILIARY" |
| static final int | _VIEW_DETAIL
Integer value of enum value "VIEW_DETAIL" |
| static final ViewType | VIEW_DETAIL
Object value of enum value "VIEW_DETAIL" |
| static final int | _VIEW_REVOLVE
Integer value of enum value "VIEW_REVOLVE" |
| static final ViewType | VIEW_REVOLVE
Object value of enum value "VIEW_REVOLVE" |
| static final int | _VIEW_COPY_AND_ALIGN
Integer value of enum value "VIEW_COPY_AND_ALIGN" |
| static final ViewType | VIEW_COPY_AND_ALIGN
Object value of enum value "VIEW_COPY_AND_ALIGN" |
| static final int | _VIEW_OF_FLAT_TYPE
Integer value of enum value "VIEW_OF_FLAT_TYPE" |
| static final ViewType | VIEW_OF_FLAT_TYPE
Object value of enum value "VIEW_OF_FLAT_TYPE" |
| static final int | _ViewType_null
Enum null value. |
| Method Summary | |
|---|---|
| static ViewType | FromInt
(int value)
Creates enum object from an integer. |
| static ViewType | 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 ViewType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static ViewType | FromInt | (Integer value) |
Creates enum object from an integer object.
|