static final int | _DRAWINGCREATE_DISPLAY_DRAWING |
Integer value of enum value "DRAWINGCREATE_DISPLAY_DRAWING" | |
Display the drawing after creating it. | |
static final DrawingCreateOption | DRAWINGCREATE_DISPLAY_DRAWING |
Object value of enum value "DRAWINGCREATE_DISPLAY_DRAWING" | |
Display the drawing after creating it. | |
static final int | _DRAWINGCREATE_SHOW_ERROR_DIALOG |
Integer value of enum value "DRAWINGCREATE_SHOW_ERROR_DIALOG" | |
Show the error dialog if drawing creation errors occur. | |
static final DrawingCreateOption | DRAWINGCREATE_SHOW_ERROR_DIALOG |
Object value of enum value "DRAWINGCREATE_SHOW_ERROR_DIALOG" | |
Show the error dialog if drawing creation errors occur. | |
static final int | _DRAWINGCREATE_WRITE_ERROR_FILE |
Integer value of enum value "DRAWINGCREATE_WRITE_ERROR_FILE" | |
Write the error file if drawing creation errors occur. | |
static final DrawingCreateOption | DRAWINGCREATE_WRITE_ERROR_FILE |
Object value of enum value "DRAWINGCREATE_WRITE_ERROR_FILE" | |
Write the error file if drawing creation errors occur. | |
static final int | _DRAWINGCREATE_PROMPT_UNKNOWN_PARAMS |
Integer value of enum value "DRAWINGCREATE_PROMPT_UNKNOWN_PARAMS" | |
Prompt the user for the model to use when evaluating parameters in the template that cannot be rectified. | |
static final DrawingCreateOption | DRAWINGCREATE_PROMPT_UNKNOWN_PARAMS |
Object value of enum value "DRAWINGCREATE_PROMPT_UNKNOWN_PARAMS" | |
Prompt the user for the model to use when evaluating parameters in the template that cannot be rectified. | |
static final int | _DrawingCreateOption_null |
Enum null value. |
static final int | Integer value of enum value "DRAWINGCREATE_DISPLAY_DRAWING" |
Display the drawing after creating it. | |
static final DrawingCreateOption | Object value of enum value "DRAWINGCREATE_DISPLAY_DRAWING" |
Display the drawing after creating it. | |
static final int | Integer value of enum value "DRAWINGCREATE_SHOW_ERROR_DIALOG" |
Show the error dialog if drawing creation errors occur. | |
static final DrawingCreateOption | Object value of enum value "DRAWINGCREATE_SHOW_ERROR_DIALOG" |
Show the error dialog if drawing creation errors occur. | |
static final int | Integer value of enum value "DRAWINGCREATE_WRITE_ERROR_FILE" |
Write the error file if drawing creation errors occur. | |
static final DrawingCreateOption | Object value of enum value "DRAWINGCREATE_WRITE_ERROR_FILE" |
Write the error file if drawing creation errors occur. | |
static final int | Integer value of enum value "DRAWINGCREATE_PROMPT_UNKNOWN_PARAMS" |
Prompt the user for the model to use when evaluating parameters in the template that cannot be rectified. | |
static final DrawingCreateOption | Object value of enum value "DRAWINGCREATE_PROMPT_UNKNOWN_PARAMS" |
Prompt the user for the model to use when evaluating parameters in the template that cannot be rectified. | |
static final int | Enum null value. |
static DrawingCreateOption | FromInt (int value) |
Creates enum object from an integer. | |
static DrawingCreateOption | FromInt (Integer value) |
Creates enum object from an integer object. | |
int | getValue () |
Returns enum object value as an integer. |
getValue | ||
int | getValue | () |
FromInt | ||
static DrawingCreateOption | FromInt | (int value) |
FromInt | ||
static DrawingCreateOption | FromInt | (Integer value) |