Uses of Class
logic.DRG_MODE
-
-
Uses of DRG_MODE in logic
Methods in logic that return DRG_MODE Modifier and Type Method Description DRG_MODECalcLogic. getDrgMode()static DRG_MODEDRG_MODE. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DRG_MODE[]DRG_MODE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in logic with parameters of type DRG_MODE Modifier and Type Method Description voidCalcLogic. setDrgMode(DRG_MODE drgMode)
-