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

io.imast.work4j.model.issue.IssueSeverity Maven / Gradle / Ivy

There is a newer version: 0.0.1.PREVIEW
Show newest version
package io.imast.work4j.model.issue;

import java.io.Serializable;

/**
 * The issue severity type
 * 
 * @author davitp
 */
public enum IssueSeverity implements Serializable {
    
    /**
     * The debug severity
     */
    DEBUG,
    
    /**
     * The information severity
     */
    INFO,
    
    /**
     * The warning severity
     */
    WARNING,
    
    /**
     * The error severity
     */
    ERROR,
    
    /**
     * The fatal severity
     */
    FATAL
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy