All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.codehaus.mojo.findbugs.ThresholdParameter Maven / Gradle / Ivy

There is a newer version: 3.0.5
Show newest version
//
// Generated stub from file:/C:/svnWork/findbugs-maven-plugin/target/checkout/src/main/groovy/org/codehaus/mojo/findbugs/ThresholdParameter.groovy
//

package org.codehaus.mojo.findbugs;

import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;
import edu.umd.cs.findbugs.Detector;

/**
 * Constant values for the configuration parameter threshold.
 *
 * @author Garvin LeClaire
 * @version $Id: ThresholdParameter.groovy 7078 2008-05-29 04:10:38Z gleclaire $
 */
public class ThresholdParameter
    extends java.lang.Object
{
    /**
     * High priority threshold.
     */
    static final private ThresholdParameter HIGH = null;
    static final public ThresholdParameter getHIGH() {
        throw new InternalError("Stubbed method");
    }

    /**
     * Normal priority threshold.
     */
    static final private ThresholdParameter NORMAL = null;
    static final public ThresholdParameter getNORMAL() {
        throw new InternalError("Stubbed method");
    }

    /**
     * Low priority threshold.
     */
    static final private ThresholdParameter LOW = null;
    static final public ThresholdParameter getLOW() {
        throw new InternalError("Stubbed method");
    }

    /**
     * Experimental priority threshold.
     */
    static final private ThresholdParameter EXP = null;
    static final public ThresholdParameter getEXP() {
        throw new InternalError("Stubbed method");
    }

    /**
     * ??? priority threshold.
     */
    static final private ThresholdParameter IGNORE = null;
    static final public ThresholdParameter getIGNORE() {
        throw new InternalError("Stubbed method");
    }

    /**
     * Default priority threshold.
     */
    static final private ThresholdParameter DEFAULT = null;
    static final public ThresholdParameter getDEFAULT() {
        throw new InternalError("Stubbed method");
    }

    /**
     * The threshold value.
     */
    private int value = 0;
    public int getValue() {
        throw new InternalError("Stubbed method");
    }
    public void setValue(int value) {
        throw new InternalError("Stubbed method");
    }

    /**
     * The threshold name.
     */
    private java.lang.String name = null;
    public java.lang.String getName() {
        throw new InternalError("Stubbed method");
    }
    public void setName(java.lang.String value) {
        throw new InternalError("Stubbed method");
    }

    private ThresholdParameter(java.lang.Void void1, java.lang.Void void2, java.lang.Void void3) {
        throw new InternalError("Stubbed method");
    }

    /**
     * Hide default constructor.
     */
    private ThresholdParameter() {
        this((java.lang.Void)null, (java.lang.Void)null, (java.lang.Void)null);
        throw new InternalError("Stubbed method");
    }

    /**
     * Default constructor.
     *
     * @param name
The threshold name to set.
     * @param value
The threshold value to set.
     */
    private ThresholdParameter(final java.lang.String name, final int value) {
        this((java.lang.Void)null, (java.lang.Void)null, (java.lang.Void)null);
        throw new InternalError("Stubbed method");
    }

    public groovy.lang.MetaClass getMetaClass() {
        throw new InternalError("Stubbed method");
    }

    public void setMetaClass(groovy.lang.MetaClass metaClass) {
        throw new InternalError("Stubbed method");
    }

    public java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args) {
        throw new InternalError("Stubbed method");
    }

    public java.lang.Object getProperty(java.lang.String name) {
        throw new InternalError("Stubbed method");
    }

    public void setProperty(java.lang.String name, java.lang.Object value) {
        throw new InternalError("Stubbed method");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy