Uses of Class
org.sonar.api.violations.ViolationQuery.SwitchMode

Packages that use ViolationQuery.SwitchMode
org.sonar.api.violations   
 

Uses of ViolationQuery.SwitchMode in org.sonar.api.violations
 

Methods in org.sonar.api.violations that return ViolationQuery.SwitchMode
 ViolationQuery.SwitchMode ViolationQuery.getSwitchMode()
           
static ViolationQuery.SwitchMode ViolationQuery.SwitchMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ViolationQuery.SwitchMode[] ViolationQuery.SwitchMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.sonar.api.violations with parameters of type ViolationQuery.SwitchMode
 ViolationQuery ViolationQuery.setSwitchMode(ViolationQuery.SwitchMode s)
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.