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