org.codehaus.mojo.findbugs
Class ThresholdParameter

java.lang.Object
  extended by org.codehaus.mojo.findbugs.ThresholdParameter

public final class ThresholdParameter
extends Object

Constant values for the configuration parameter threshold.

Version:
$Id: ThresholdParameter.java 2561 2006-10-24 21:06:39Z gleclaire $
Author:
$Author: cyrill $, Cyrill Ruettimann

Method Summary
 String getName()
           
 int getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getValue

public int getValue()
Returns:
The threshold value.

getName

public String getName()
Returns:
The threshold name.


Copyright © 2005-2006 CodeHaus. All Rights Reserved.