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 7078 2008-05-29 04:10:38Z gleclaire $
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()

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.