Uses of Enum
edu.umd.cs.findbugs.cloud.Cloud.Mode
Packages that use Cloud.Mode
-
Uses of Cloud.Mode in edu.umd.cs.findbugs.cloud
Methods in edu.umd.cs.findbugs.cloud that return Cloud.ModeModifier and TypeMethodDescriptionAbstractCloud.getMode()BugCollectionStorageCloud.getMode()Cloud.getMode()Get voting modeDoNothingCloud.getMode()static Cloud.ModeReturns the enum constant of this type with the specified name.static Cloud.Mode[]Cloud.Mode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.umd.cs.findbugs.cloud with parameters of type Cloud.ModeModifier and TypeMethodDescriptionvoidAbstractCloud.setMode(Cloud.Mode mode) voidBugCollectionStorageCloud.setMode(Cloud.Mode m) voidCloud.setMode(Cloud.Mode m) Set voting modevoidDoNothingCloud.setMode(Cloud.Mode m)