| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _ANNOTATION_PLANE_REFERENCE
Integer value of enum value "ANNOTATION_PLANE_REFERENCE" |
| static final AnnotationPlaneType | ANNOTATION_PLANE_REFERENCE
Object value of enum value "ANNOTATION_PLANE_REFERENCE" |
| static final int | _ANNOTATION_PLANE_NAMED_VIEW
Integer value of enum value "ANNOTATION_PLANE_NAMED_VIEW" |
| static final AnnotationPlaneType | ANNOTATION_PLANE_NAMED_VIEW
Object value of enum value "ANNOTATION_PLANE_NAMED_VIEW" |
| static final int | _ANNOTATION_PLANE_FLATTOSCREEN_BY_MODELPNT
Integer value of enum value "ANNOTATION_PLANE_FLATTOSCREEN_BY_MODELPNT" |
| static final AnnotationPlaneType | ANNOTATION_PLANE_FLATTOSCREEN_BY_MODELPNT
Object value of enum value "ANNOTATION_PLANE_FLATTOSCREEN_BY_MODELPNT" |
| static final int | _ANNOTATION_PLANE_FLATTOSCREEN_BY_SCREENPNT
Integer value of enum value "ANNOTATION_PLANE_FLATTOSCREEN_BY_SCREENPNT" |
| static final AnnotationPlaneType | ANNOTATION_PLANE_FLATTOSCREEN_BY_SCREENPNT
Object value of enum value "ANNOTATION_PLANE_FLATTOSCREEN_BY_SCREENPNT" |
| static final int | _ANNOTATION_PLANE_FLATTOSCREEN_LEGACY
Integer value of enum value "ANNOTATION_PLANE_FLATTOSCREEN_LEGACY" |
| static final AnnotationPlaneType | ANNOTATION_PLANE_FLATTOSCREEN_LEGACY
Object value of enum value "ANNOTATION_PLANE_FLATTOSCREEN_LEGACY" |
| static final int | _AnnotationPlaneType_null
Enum null value. |
| Method Summary | |
|---|---|
| static AnnotationPlaneType | FromInt
(int value)
Creates enum object from an integer. |
| static AnnotationPlaneType | 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 AnnotationPlaneType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static AnnotationPlaneType | FromInt | (Integer value) |
Creates enum object from an integer object.
|