| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _ATTACH_FREE
Integer value of enum value "ATTACH_FREE" Free attachment at a given location, possibly with respect to a given drawing view. |
| static final AttachmentType | ATTACH_FREE
Object value of enum value "ATTACH_FREE" Free attachment at a given location, possibly with respect to a given drawing view. |
| static final int | _ATTACH_PARAMETRIC
Integer value of enum value "ATTACH_PARAMETRIC" Parametric attachment on a given entity. |
| static final AttachmentType | ATTACH_PARAMETRIC
Object value of enum value "ATTACH_PARAMETRIC" Parametric attachment on a given entity. |
| static final int | _ATTACH_TYPE_UNSUPPORTED
Integer value of enum value "ATTACH_TYPE_UNSUPPORTED" Attachment to a drawing item which has no valid representation in PFC at this time. |
| static final AttachmentType | ATTACH_TYPE_UNSUPPORTED
Object value of enum value "ATTACH_TYPE_UNSUPPORTED" Attachment to a drawing item which has no valid representation in PFC at this time. |
| static final int | _ATTACH_OFFSET
Integer value of enum value "ATTACH_OFFSET" |
| static final AttachmentType | ATTACH_OFFSET
Object value of enum value "ATTACH_OFFSET" |
| static final int | _AttachmentType_null
Enum null value. |
| Method Summary | |
|---|---|
| static AttachmentType | FromInt
(int value)
Creates enum object from an integer. |
| static AttachmentType | 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 AttachmentType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static AttachmentType | FromInt | (Integer value) |
Creates enum object from an integer object.
|