| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _FEAT_CR_NO_OPTS
Integer value of enum value "FEAT_CR_NO_OPTS" No options |
| static final FeatCreateOption | FEAT_CR_NO_OPTS
Object value of enum value "FEAT_CR_NO_OPTS" No options |
| static final int | _FEAT_CR_DEFINE_MISS_ELEMS
Integer value of enum value "FEAT_CR_DEFINE_MISS_ELEMS" Prompt user interface upon feature creation or redefinition if some of the required elements are missing. |
| static final FeatCreateOption | FEAT_CR_DEFINE_MISS_ELEMS
Object value of enum value "FEAT_CR_DEFINE_MISS_ELEMS" Prompt user interface upon feature creation or redefinition if some of the required elements are missing. |
| static final int | _FEAT_CR_INCOMPLETE_FEAT
Integer value of enum value "FEAT_CR_INCOMPLETE_FEAT" Allow incomplete feature creation or redefination |
| static final FeatCreateOption | FEAT_CR_INCOMPLETE_FEAT
Object value of enum value "FEAT_CR_INCOMPLETE_FEAT" Allow incomplete feature creation or redefination |
| static final int | _FEAT_CR_FIX_MODEL_ON_FAIL
Integer value of enum value "FEAT_CR_FIX_MODEL_ON_FAIL" If there is a feature failure then prompt fix model interface |
| static final FeatCreateOption | FEAT_CR_FIX_MODEL_ON_FAIL
Object value of enum value "FEAT_CR_FIX_MODEL_ON_FAIL" If there is a feature failure then prompt fix model interface |
| static final int | _FEAT_CR_DO_NOT_DISPLAY
Integer value of enum value "FEAT_CR_DO_NOT_DISPLAY" Do not redisplay model and model tree after feature creation or redefinition. |
| static final FeatCreateOption | FEAT_CR_DO_NOT_DISPLAY
Object value of enum value "FEAT_CR_DO_NOT_DISPLAY" Do not redisplay model and model tree after feature creation or redefinition. |
| static final int | _FEAT_CR_CALLED_FROM_TK
Integer value of enum value "FEAT_CR_CALLED_FROM_TK" Internal use only. |
| static final FeatCreateOption | FEAT_CR_CALLED_FROM_TK
Object value of enum value "FEAT_CR_CALLED_FROM_TK" Internal use only. |
| static final int | _FEAT_CR_UNDO_IF_FAIL
Integer value of enum value "FEAT_CR_UNDO_IF_FAIL" Internal use only. |
| static final FeatCreateOption | FEAT_CR_UNDO_IF_FAIL
Object value of enum value "FEAT_CR_UNDO_IF_FAIL" Internal use only. |
| static final int | _FEAT_CR_ALLOW_CONFIRM
Integer value of enum value "FEAT_CR_ALLOW_CONFIRM" Internal use only. |
| static final FeatCreateOption | FEAT_CR_ALLOW_CONFIRM
Object value of enum value "FEAT_CR_ALLOW_CONFIRM" Internal use only. |
| static final int | _FeatCreateOption_null
Enum null value. |
| Method Summary | |
|---|---|
| static FeatCreateOption | FromInt
(int value)
Creates enum object from an integer. |
| static FeatCreateOption | 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 FeatCreateOption | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static FeatCreateOption | FromInt | (Integer value) |
Creates enum object from an integer object.
|