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.Mode
Returns 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 TypeMethodDescriptionvoid
AbstractCloud.setMode
(Cloud.Mode mode) void
BugCollectionStorageCloud.setMode
(Cloud.Mode m) void
Cloud.setMode
(Cloud.Mode m) Set voting modevoid
DoNothingCloud.setMode
(Cloud.Mode m)