Library | Package Java Toolkit

Class ActionType

package com.ptc.pfc.pfcBase;

public class ActionType
  implements jxenum



Description

This enumerated type represents the type of notifications.



Field Summary
static final int_POPUPMENU_CREATE_POST
    Integer value of enum value "POPUPMENU_CREATE_POST"
    After a popup menu is created internally in Creo Parametric.
static final ActionTypePOPUPMENU_CREATE_POST
    Object value of enum value "POPUPMENU_CREATE_POST"
    After a popup menu is created internally in Creo Parametric.
static final int_PARAM_CREATE_PRE
    Integer value of enum value "PARAM_CREATE_PRE"
    Before a parameter is created.
static final ActionTypePARAM_CREATE_PRE
    Object value of enum value "PARAM_CREATE_PRE"
    Before a parameter is created.
static final int_PARAM_MODIFY_PRE
    Integer value of enum value "PARAM_MODIFY_PRE"
    Before a parameter is modified.
static final ActionTypePARAM_MODIFY_PRE
    Object value of enum value "PARAM_MODIFY_PRE"
    Before a parameter is modified.
static final int_PARAM_DELETE_PRE
    Integer value of enum value "PARAM_DELETE_PRE"
    Before a parameter is deleted.
static final ActionTypePARAM_DELETE_PRE
    Object value of enum value "PARAM_DELETE_PRE"
    Before a parameter is deleted.
static final int_PARAM_CREATE_W_UNITS_PRE
    Integer value of enum value "PARAM_CREATE_W_UNITS_PRE"
    Before a parameter is created. Supports units. (Available in OTK only)
static final ActionTypePARAM_CREATE_W_UNITS_PRE
    Object value of enum value "PARAM_CREATE_W_UNITS_PRE"
    Before a parameter is created. Supports units. (Available in OTK only)
static final int_PARAM_MODIFY_W_UNITS_PRE
    Integer value of enum value "PARAM_MODIFY_W_UNITS_PRE"
    Before a parameter is modified. Supports units. (Available in OTK only)
static final ActionTypePARAM_MODIFY_W_UNITS_PRE
    Object value of enum value "PARAM_MODIFY_W_UNITS_PRE"
    Before a parameter is modified. Supports units. (Available in OTK only)
static final int_PARAM_MODIFY_W_UNITS_POST
    Integer value of enum value "PARAM_MODIFY_W_UNITS_POST"
    After a parameter is modified. Supports units. (Available in OTK only)
static final ActionTypePARAM_MODIFY_W_UNITS_POST
    Object value of enum value "PARAM_MODIFY_W_UNITS_POST"
    After a parameter is modified. Supports units. (Available in OTK only)
static final int_PARAM_DELETE_W_UNITS_POST
    Integer value of enum value "PARAM_DELETE_W_UNITS_POST"
    After a parameter is deleted. Supports units. (Available in OTK only)
static final ActionTypePARAM_DELETE_W_UNITS_POST
    Object value of enum value "PARAM_DELETE_W_UNITS_POST"
    After a parameter is deleted. Supports units. (Available in OTK only)
static final int_MODEL_REPLACE_POST
    Integer value of enum value "MODEL_REPLACE_POST"
    After replace of model. (Available in OTK only)
static final ActionTypeMODEL_REPLACE_POST
    Object value of enum value "MODEL_REPLACE_POST"
    After replace of model. (Available in OTK only)
static final int_MODEL_RETRIEVE_PRE
    Integer value of enum value "MODEL_RETRIEVE_PRE"
    Before retrieving a model. (Available in OTK only)
static final ActionTypeMODEL_RETRIEVE_PRE
    Object value of enum value "MODEL_RETRIEVE_PRE"
    Before retrieving a model. (Available in OTK only)
static final int_MODEL_SAVE_PRE_ALL
    Integer value of enum value "MODEL_SAVE_PRE_ALL"
    Before saving each model. (Available in OTK only)
static final ActionTypeMODEL_SAVE_PRE_ALL
    Object value of enum value "MODEL_SAVE_PRE_ALL"
    Before saving each model. (Available in OTK only)
static final int_MODEL_RENAME_POST_ALL
    Integer value of enum value "MODEL_RENAME_POST_ALL"
    After renaming each model. (Available in OTK only)
static final ActionTypeMODEL_RENAME_POST_ALL
    Object value of enum value "MODEL_RENAME_POST_ALL"
    After renaming each model. (Available in OTK only)
static final int_DIM_MODIFY_VALUE_PRE
    Integer value of enum value "DIM_MODIFY_VALUE_PRE"
    Before a dimension value is modified. (Available in OTK only)
static final ActionTypeDIM_MODIFY_VALUE_PRE
    Object value of enum value "DIM_MODIFY_VALUE_PRE"
    Before a dimension value is modified. (Available in OTK only)
static final int_FEATURE_DELETE_PRE
    Integer value of enum value "FEATURE_DELETE_PRE"
    Before a feature is deleted.
static final ActionTypeFEATURE_DELETE_PRE
    Object value of enum value "FEATURE_DELETE_PRE"
    Before a feature is deleted.
static final int_FEATURE_REGEN_PRE
    Integer value of enum value "FEATURE_REGEN_PRE"
    Before regenerating a feature.
static final ActionTypeFEATURE_REGEN_PRE
    Object value of enum value "FEATURE_REGEN_PRE"
    Before regenerating a feature.
static final int_FEATURE_REGEN_POST
    Integer value of enum value "FEATURE_REGEN_POST"
    After regenerating a feature.
static final ActionTypeFEATURE_REGEN_POST
    Object value of enum value "FEATURE_REGEN_POST"
    After regenerating a feature.
static final int_FEATURE_SUPPRESS_PRE
    Integer value of enum value "FEATURE_SUPPRESS_PRE"
    Before a feature is suppressed.
static final ActionTypeFEATURE_SUPPRESS_PRE
    Object value of enum value "FEATURE_SUPPRESS_PRE"
    Before a feature is suppressed.
static final int_FEATURE_SUPPRESS_POST
    Integer value of enum value "FEATURE_SUPPRESS_POST"
    After a feature is suppressed.
static final ActionTypeFEATURE_SUPPRESS_POST
    Object value of enum value "FEATURE_SUPPRESS_POST"
    After a feature is suppressed.
static final int_FEATURE_REGEN_FAILURE
    Integer value of enum value "FEATURE_REGEN_FAILURE"
    Upon a feature failure event.
static final ActionTypeFEATURE_REGEN_FAILURE
    Object value of enum value "FEATURE_REGEN_FAILURE"
    Upon a feature failure event.
static final int_FEATURE_REDEFINE_PRE
    Integer value of enum value "FEATURE_REDEFINE_PRE"
    Before redefinition of a feature.
static final ActionTypeFEATURE_REDEFINE_PRE
    Object value of enum value "FEATURE_REDEFINE_PRE"
    Before redefinition of a feature.
static final int_FEATURE_COPY_POST
    Integer value of enum value "FEATURE_COPY_POST"
    Upon successful copying of a feature.
static final ActionTypeFEATURE_COPY_POST
    Object value of enum value "FEATURE_COPY_POST"
    Upon successful copying of a feature.
static final int_MODEL_COPY_POST
    Integer value of enum value "MODEL_COPY_POST"
    After an explicit copy of a model.
static final ActionTypeMODEL_COPY_POST
    Object value of enum value "MODEL_COPY_POST"
    After an explicit copy of a model.
static final int_MODEL_COPY_POST_ALL
    Integer value of enum value "MODEL_COPY_POST_ALL"
    After a copy of any model, including models dependant on the model explicitly called.
static final ActionTypeMODEL_COPY_POST_ALL
    Object value of enum value "MODEL_COPY_POST_ALL"
    After a copy of any model, including models dependant on the model explicitly called.
static final int_MODEL_RENAME_POST
    Integer value of enum value "MODEL_RENAME_POST"
    After renaming a model.
static final ActionTypeMODEL_RENAME_POST
    Object value of enum value "MODEL_RENAME_POST"
    After renaming a model.
static final int_MODEL_ERASE_POST
    Integer value of enum value "MODEL_ERASE_POST"
    After an explicit erase of a model.
static final ActionTypeMODEL_ERASE_POST
    Object value of enum value "MODEL_ERASE_POST"
    After an explicit erase of a model.
static final int_MDL_DELETE_POST
    Integer value of enum value "MDL_DELETE_POST"
    After an explicit delete of a model.
static final ActionTypeMDL_DELETE_POST
    Object value of enum value "MDL_DELETE_POST"
    After an explicit delete of a model.
static final int_MODEL_SAVE_POST
    Integer value of enum value "MODEL_SAVE_POST"
    After an explicit save of a model.
static final ActionTypeMODEL_SAVE_POST
    Object value of enum value "MODEL_SAVE_POST"
    After an explicit save of a model.
static final int_MODEL_SAVE_POST_ALL
    Integer value of enum value "MODEL_SAVE_POST_ALL"
    After a save of any model, including models dependant on the model explicitly called.
static final ActionTypeMODEL_SAVE_POST_ALL
    Object value of enum value "MODEL_SAVE_POST_ALL"
    After a save of any model, including models dependant on the model explicitly called.
static final int_MODEL_ERASE_POST_ALL
    Integer value of enum value "MODEL_ERASE_POST_ALL"
    After an erase of any model, including models dependant on the model explicitly called.
static final ActionTypeMODEL_ERASE_POST_ALL
    Object value of enum value "MODEL_ERASE_POST_ALL"
    After an erase of any model, including models dependant on the model explicitly called.
static final int_MDL_DELETE_POST_ALL
    Integer value of enum value "MDL_DELETE_POST_ALL"
    After a delete of any model, including models dependant on the model explicitly called.
static final ActionTypeMDL_DELETE_POST_ALL
    Object value of enum value "MDL_DELETE_POST_ALL"
    After a delete of any model, including models dependant on the model explicitly called.
static final int_MODEL_RETRIEVE_POST
    Integer value of enum value "MODEL_RETRIEVE_POST"
    After explicit retrieval of a model.
static final ActionTypeMODEL_RETRIEVE_POST
    Object value of enum value "MODEL_RETRIEVE_POST"
    After explicit retrieval of a model.
static final int_MODEL_RETRIEVE_POST_ALL
    Integer value of enum value "MODEL_RETRIEVE_POST_ALL"
    After retrieval of any model, including models dependant on the model explicitly called.
static final ActionTypeMODEL_RETRIEVE_POST_ALL
    Object value of enum value "MODEL_RETRIEVE_POST_ALL"
    After retrieval of any model, including models dependant on the model explicitly called.
static final int_MDL_DISPLAY_PRE
    Integer value of enum value "MDL_DISPLAY_PRE"
    Before starting to display a model.
static final ActionTypeMDL_DISPLAY_PRE
    Object value of enum value "MDL_DISPLAY_PRE"
    Before starting to display a model.
static final int_MDL_CREATE_POST
    Integer value of enum value "MDL_CREATE_POST"
    After creating a model
static final ActionTypeMDL_CREATE_POST
    Object value of enum value "MDL_CREATE_POST"
    After creating a model
static final int_SOLID_REGEN_PRE
    Integer value of enum value "SOLID_REGEN_PRE"
    Before regenerating a solid.
static final ActionTypeSOLID_REGEN_PRE
    Object value of enum value "SOLID_REGEN_PRE"
    Before regenerating a solid.
static final int_SOLID_REGEN_POST
    Integer value of enum value "SOLID_REGEN_POST"
    After regeneration of a solid.
static final ActionTypeSOLID_REGEN_POST
    Object value of enum value "SOLID_REGEN_POST"
    After regeneration of a solid.
static final int_FEATURE_CREATE_PRE
    Integer value of enum value "FEATURE_CREATE_PRE"
    Before creating a feature.
static final ActionTypeFEATURE_CREATE_PRE
    Object value of enum value "FEATURE_CREATE_PRE"
    Before creating a feature.
static final int_FEATURE_CREATE_POST
    Integer value of enum value "FEATURE_CREATE_POST"
    After successful creation of a feature.
static final ActionTypeFEATURE_CREATE_POST
    Object value of enum value "FEATURE_CREATE_POST"
    After successful creation of a feature.
static final int_FEATURE_DELETE_POST
    Integer value of enum value "FEATURE_DELETE_POST"
    After a feature has been deleted from the solid.
static final ActionTypeFEATURE_DELETE_POST
    Object value of enum value "FEATURE_DELETE_POST"
    After a feature has been deleted from the solid.
static final int_SOLID_UNIT_CONVERT_PRE
    Integer value of enum value "SOLID_UNIT_CONVERT_PRE"
    Before unit conversion of a solid.
static final ActionTypeSOLID_UNIT_CONVERT_PRE
    Object value of enum value "SOLID_UNIT_CONVERT_PRE"
    Before unit conversion of a solid.
static final int_SOLID_UNIT_CONVERT_POST
    Integer value of enum value "SOLID_UNIT_CONVERT_POST"
    After unit conversion of a solid.
static final ActionTypeSOLID_UNIT_CONVERT_POST
    Object value of enum value "SOLID_UNIT_CONVERT_POST"
    After unit conversion of a solid.
static final int_DIRECTORY_CHANGE_POST
    Integer value of enum value "DIRECTORY_CHANGE_POST"
    After the current directory has been successfully changed.
static final ActionTypeDIRECTORY_CHANGE_POST
    Object value of enum value "DIRECTORY_CHANGE_POST"
    After the current directory has been successfully changed.
static final int_WINDOW_CHANGE_POST
    Integer value of enum value "WINDOW_CHANGE_POST"
    After successfully changing the window in Creo Parametric.
static final ActionTypeWINDOW_CHANGE_POST
    Object value of enum value "WINDOW_CHANGE_POST"
    After successfully changing the window in Creo Parametric.
static final int_MDL_DISPLAY_POST
    Integer value of enum value "MDL_DISPLAY_POST"
    After displaying a model.
static final ActionTypeMDL_DISPLAY_POST
    Object value of enum value "MDL_DISPLAY_POST"
    After displaying a model.
static final int_MODEL_SAVE_PRE
    Integer value of enum value "MODEL_SAVE_PRE"
    Before saving a model.
static final ActionTypeMODEL_SAVE_PRE
    Object value of enum value "MODEL_SAVE_PRE"
    Before saving a model.
static final int_MODEL_COPY_PRE
    Integer value of enum value "MODEL_COPY_PRE"
    Before copying a model.
static final ActionTypeMODEL_COPY_PRE
    Object value of enum value "MODEL_COPY_PRE"
    Before copying a model.
static final int_MODEL_RENAME_PRE
    Integer value of enum value "MODEL_RENAME_PRE"
    Before renaming a model.
static final ActionTypeMODEL_RENAME_PRE
    Object value of enum value "MODEL_RENAME_PRE"
    Before renaming a model.
static final int_MDL_ERASE_PRE
    Integer value of enum value "MDL_ERASE_PRE"
    Before erasing a model.
static final ActionTypeMDL_ERASE_PRE
    Object value of enum value "MDL_ERASE_PRE"
    Before erasing a model.
static final int_MDL_PURGE_PRE
    Integer value of enum value "MDL_PURGE_PRE"
    Before purging a model.
static final ActionTypeMDL_PURGE_PRE
    Object value of enum value "MDL_PURGE_PRE"
    Before purging a model.
static final int_MDL_PURGE_POST
    Integer value of enum value "MDL_PURGE_POST"
    After purging a model.
static final ActionTypeMDL_PURGE_POST
    Object value of enum value "MDL_PURGE_POST"
    After purging a model.
static final int_MDL_DELETE_PRE
    Integer value of enum value "MDL_DELETE_PRE"
    Before deleting a model.
static final ActionTypeMDL_DELETE_PRE
    Object value of enum value "MDL_DELETE_PRE"
    Before deleting a model.
static final int_SELBUFFER_CHANGE_POST
    Integer value of enum value "SELBUFFER_CHANGE_POST"
    
static final ActionTypeSELBUFFER_CHANGE_POST
    Object value of enum value "SELBUFFER_CHANGE_POST"
    
static final int_ActionType_null
    Enum null value.

Method Summary
static ActionTypeFromInt (int value)
    Creates enum object from an integer.
static ActionTypeFromInt (Integer value)
    Creates enum object from an integer object.
intgetValue ()
    Returns enum object value as an integer.

Method Detail

getValue

intgetValue ()


    Returns enum object value as an integer.
Returns:
Integer enum value.


FromInt

static ActionTypeFromInt (int value)


    Creates enum object from an integer.
Parameters:
value
Input integer value.
Returns:
Enum value object.


FromInt

static ActionTypeFromInt (Integer value)


    Creates enum object from an integer object.
Parameters:
value
Input integer object.
Returns:
Enum value object.