Uses of Class
com.gpudb.filesystem.common.OpMode
-
Packages that use OpMode Package Description com.gpudb.filesystem.common -
-
Uses of OpMode in com.gpudb.filesystem.common
Methods in com.gpudb.filesystem.common that return OpMode Modifier and Type Method Description OpModeResult. getOpMode()static OpModeOpMode. valueOf(String name)Returns the enum constant of this type with the specified name.static OpMode[]OpMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.gpudb.filesystem.common with parameters of type OpMode Modifier and Type Method Description voidResult. setOpMode(OpMode opMode)
-