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 2285 2006-08-28 18:19:09Z carlos $
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 © 2006 null. All Rights Reserved.