Class EventSeverity

java.lang.Object
org.docx4j.org.apache.fop.events.model.EventSeverity
All Implemented Interfaces:
java.io.Serializable

public final class EventSeverity
extends java.lang.Object
implements java.io.Serializable
Enumeration class for event severities.
See Also:
Serialized Form
  • Field Summary

    Fields
    Modifier and Type Field Description
    static EventSeverity ERROR
    error level
    static EventSeverity FATAL
    fatal error
    static EventSeverity INFO
    info level
    static EventSeverity WARN
    warning level
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getName()  
    java.lang.String toString()
    static EventSeverity valueOf​(java.lang.String name)
    Returns the enumeration/singleton object based on its name.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Method Details

    • getName

      public java.lang.String getName()
      Returns:
      the name of the enumeration
    • valueOf

      public static EventSeverity valueOf​(java.lang.String name)
      Returns the enumeration/singleton object based on its name.
      Parameters:
      name - the name of the enumeration value
      Returns:
      the enumeration object
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object