org.codehaus.mojo.findbugs
Class ThresholdParameter

java.lang.Object
  extended by 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

Method Summary
static ThresholdParameter getDEFAULT()
           
static ThresholdParameter getEXP()
           
static ThresholdParameter getHIGH()
           
static ThresholdParameter getIGNORE()
           
static ThresholdParameter getLOW()
           
 groovy.lang.MetaClass getMetaClass()
           
 java.lang.String getName()
           
static ThresholdParameter getNORMAL()
           
 java.lang.Object getProperty(java.lang.String name)
           
 int getValue()
           
 java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args)
           
 void setMetaClass(groovy.lang.MetaClass metaClass)
           
 void setName(java.lang.String value)
           
 void setProperty(java.lang.String name, java.lang.Object value)
           
 void setValue(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.