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