Uses of Class
com.sgs.common.database.CorrectiveActions.CorrectiveActionsStatus
-
Packages that use CorrectiveActions.CorrectiveActionsStatus 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 CorrectiveActions.CorrectiveActionsStatus in com.sgs.common.database
Methods in com.sgs.common.database that return CorrectiveActions.CorrectiveActionsStatus Modifier and Type Method Description static CorrectiveActions.CorrectiveActionsStatusCorrectiveActions.CorrectiveActionsStatus. parse(int type)static CorrectiveActions.CorrectiveActionsStatusCorrectiveActions.CorrectiveActionsStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CorrectiveActions.CorrectiveActionsStatus[]CorrectiveActions.CorrectiveActionsStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-