| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _FEAT_RESUME_NO_OPTS
Integer value of enum value "FEAT_RESUME_NO_OPTS" No options |
| static final FeatResumeOption | FEAT_RESUME_NO_OPTS
Object value of enum value "FEAT_RESUME_NO_OPTS" No options |
| static final int | _FEAT_RESUME_INCLUDE_PARENTS
Integer value of enum value "FEAT_RESUME_INCLUDE_PARENTS" Suppressed parents of the feature will also be resumed |
| static final FeatResumeOption | FEAT_RESUME_INCLUDE_PARENTS
Object value of enum value "FEAT_RESUME_INCLUDE_PARENTS" Suppressed parents of the feature will also be resumed |
| static final int | _FEAT_RESUME_ADD_TO_BUFFER
Integer value of enum value "FEAT_RESUME_ADD_TO_BUFFER" Add the resumed features to the selection buffer. |
| static final FeatResumeOption | FEAT_RESUME_ADD_TO_BUFFER
Object value of enum value "FEAT_RESUME_ADD_TO_BUFFER" Add the resumed features to the selection buffer. |
| static final int | _FeatResumeOption_null
Enum null value. |
| Method Summary | |
|---|---|
| static FeatResumeOption | FromInt
(int value)
Creates enum object from an integer. |
| static FeatResumeOption | 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 FeatResumeOption | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static FeatResumeOption | FromInt | (Integer value) |
Creates enum object from an integer object.
|