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

nl.tudelft.ewi.auta.srf.model.Severity Maven / Gradle / Ivy

The newest version!
package nl.tudelft.ewi.auta.srf.model;

/**
 * The severity of a note.
 */
public enum Severity {
    /**
     * An observation or remark.
     */
    INFO,

    /**
     * A tip.
     */
    TIP,

    /**
     * A warning.
     */
    WARNING,

    /**
     * A failure.
     */
    FAILURE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy