API Documentation > Classes > Class DrawingCreateOption
Class DrawingCreateOption

package com.ptc.pfc.pfcDrawing;

public class
DrawingCreateOption
implements
jxenum


Description
This enumerated type contains options when creating a drawing from a template.
See Also:
Field Summary
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.
Field Summary
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.
Method Summary
FromInt (int value)
Creates enum object from an integer.
FromInt (Integer value)
Creates enum object from an integer object.
int
Returns enum object value as an integer.
Method Detail
getValue
int
getValue
()
Returns enum object value as an integer.
Returns:
Integer enum value.
FromInt
FromInt
(int value)
Creates enum object from an integer.
Parameters:
value
Input integer value.
Returns:
Enum value object.
FromInt
FromInt
(Integer value)
Creates enum object from an integer object.
Parameters:
value
Input integer object.
Returns:
Enum value object.
Was this helpful?