org.codehaus.mojo.findbugs
Class ThresholdParameter
java.lang.Object
org.codehaus.mojo.findbugs.ThresholdParameter
public class ThresholdParameter
- extends java.lang.Object
Constant values for the configuration parameter threshold
.
- Version:
- $Id: ThresholdParameter.groovy 6588 2008-03-28 12:22:57Z bentmann $
- Author:
- Garvin LeClaire
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getHIGH
public static final ThresholdParameter getHIGH()
getNORMAL
public static final ThresholdParameter getNORMAL()
getLOW
public static final ThresholdParameter getLOW()
getEXP
public static final ThresholdParameter getEXP()
getIGNORE
public static final ThresholdParameter getIGNORE()
getDEFAULT
public static final ThresholdParameter getDEFAULT()
setValue
public void setValue(int value)
setName
public void setName(java.lang.String value)
getValue
public int getValue()
- Returns:
- The threshold value.
getName
public java.lang.String getName()
- Returns:
- The threshold name.
getMetaClass
public groovy.lang.MetaClass getMetaClass()
setMetaClass
public void setMetaClass(groovy.lang.MetaClass metaClass)
invokeMethod
public java.lang.Object invokeMethod(java.lang.String name,
java.lang.Object args)
getProperty
public java.lang.Object getProperty(java.lang.String name)
setProperty
public void setProperty(java.lang.String name,
java.lang.Object value)
Copyright © 2005-2009. All Rights Reserved.