| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _QPRINT_PROJ_GENVIEW_MAIN
Integer value of enum value "QPRINT_PROJ_GENVIEW_MAIN" |
| static final QuickPrintGeneralViewLocation | QPRINT_PROJ_GENVIEW_MAIN
Object value of enum value "QPRINT_PROJ_GENVIEW_MAIN" |
| static final int | _QPRINT_PROJ_GENVIEW_NW
Integer value of enum value "QPRINT_PROJ_GENVIEW_NW" |
| static final QuickPrintGeneralViewLocation | QPRINT_PROJ_GENVIEW_NW
Object value of enum value "QPRINT_PROJ_GENVIEW_NW" |
| static final int | _QPRINT_PROJ_GENVIEW_SW
Integer value of enum value "QPRINT_PROJ_GENVIEW_SW" |
| static final QuickPrintGeneralViewLocation | QPRINT_PROJ_GENVIEW_SW
Object value of enum value "QPRINT_PROJ_GENVIEW_SW" |
| static final int | _QPRINT_PROJ_GENVIEW_SE
Integer value of enum value "QPRINT_PROJ_GENVIEW_SE" |
| static final QuickPrintGeneralViewLocation | QPRINT_PROJ_GENVIEW_SE
Object value of enum value "QPRINT_PROJ_GENVIEW_SE" |
| static final int | _QPRINT_PROJ_GENVIEW_NE
Integer value of enum value "QPRINT_PROJ_GENVIEW_NE" |
| static final QuickPrintGeneralViewLocation | QPRINT_PROJ_GENVIEW_NE
Object value of enum value "QPRINT_PROJ_GENVIEW_NE" |
| static final int | _QuickPrintGeneralViewLocation_null
Enum null value. |
| Method Summary | |
|---|---|
| static QuickPrintGeneralViewLocation | FromInt
(int value)
Creates enum object from an integer. |
| static QuickPrintGeneralViewLocation | 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 QuickPrintGeneralViewLocation | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static QuickPrintGeneralViewLocation | FromInt | (Integer value) |
Creates enum object from an integer object.
|