Uses of Class
com.sgs.common.database.PreventiveActions.PreventiveActionsStatus
-
Packages that use PreventiveActions.PreventiveActionsStatus Package Description com.sgs.common.database This package is responsible for holding all of the objects that can be persisted in the SG V5 System. -
-
Uses of PreventiveActions.PreventiveActionsStatus in com.sgs.common.database
Methods in com.sgs.common.database that return PreventiveActions.PreventiveActionsStatus Modifier and Type Method Description static PreventiveActions.PreventiveActionsStatusPreventiveActions.PreventiveActionsStatus. parse(int type)static PreventiveActions.PreventiveActionsStatusPreventiveActions.PreventiveActionsStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PreventiveActions.PreventiveActionsStatus[]PreventiveActions.PreventiveActionsStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-