Uses of Class
edu.umd.cs.findbugs.cloud.Cloud.Mode
-
Packages that use Cloud.Mode Package Description edu.umd.cs.findbugs.cloud -
-
Uses of Cloud.Mode in edu.umd.cs.findbugs.cloud
Methods in edu.umd.cs.findbugs.cloud that return Cloud.Mode Modifier and Type Method Description Cloud.Mode
AbstractCloud. getMode()
Cloud.Mode
BugCollectionStorageCloud. getMode()
Cloud.Mode
Cloud. getMode()
Get voting modeCloud.Mode
DoNothingCloud. getMode()
static Cloud.Mode
Cloud.Mode. valueOf(java.lang.String name)
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.Mode Modifier and Type Method Description void
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)
-