| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _DETAIL_ENTITY
Integer value of enum value "DETAIL_ENTITY" A detail entity. |
| static final DetailType | DETAIL_ENTITY
Object value of enum value "DETAIL_ENTITY" A detail entity. |
| static final int | _DETAIL_NOTE
Integer value of enum value "DETAIL_NOTE" A detail note. |
| static final DetailType | DETAIL_NOTE
Object value of enum value "DETAIL_NOTE" A detail note. |
| static final int | _DETAIL_SYM_DEFINITION
Integer value of enum value "DETAIL_SYM_DEFINITION" A symbol definition. |
| static final DetailType | DETAIL_SYM_DEFINITION
Object value of enum value "DETAIL_SYM_DEFINITION" A symbol definition. |
| static final int | _DETAIL_SYM_INSTANCE
Integer value of enum value "DETAIL_SYM_INSTANCE" A symbol instance. |
| static final DetailType | DETAIL_SYM_INSTANCE
Object value of enum value "DETAIL_SYM_INSTANCE" A symbol instance. |
| static final int | _DETAIL_DRAFT_GROUP
Integer value of enum value "DETAIL_DRAFT_GROUP" A detail group. |
| static final DetailType | DETAIL_DRAFT_GROUP
Object value of enum value "DETAIL_DRAFT_GROUP" A detail group. |
| static final int | _DETAIL_OLE_OBJECT
Integer value of enum value "DETAIL_OLE_OBJECT" A drawing-embedded OLE object. |
| static final DetailType | DETAIL_OLE_OBJECT
Object value of enum value "DETAIL_OLE_OBJECT" A drawing-embedded OLE object. |
| static final int | _DetailType_null
Enum null value. |
| Method Summary | |
|---|---|
| static DetailType | FromInt
(int value)
Creates enum object from an integer. |
| static DetailType | 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 DetailType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static DetailType | FromInt | (Integer value) |
Creates enum object from an integer object.
|