org.sonar.plugins.findbugs.xml
Class Priority

java.lang.Object
  extended by org.sonar.plugins.findbugs.xml.Priority

public class Priority
extends Object


Constructor Summary
Priority()
           
Priority(String value)
           
 
Method Summary
 String getValue()
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Priority

public Priority()

Priority

public Priority(String value)
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)


Copyright © 2009-2011 SonarSource. All Rights Reserved.