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 7078 2008-05-29 04:10:38Z gleclaire $
- 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()
getValue
public int getValue()
setValue
public void setValue(int value)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String value)
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 Codehaus. All Rights Reserved.