Class EventSeverity

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

public final class EventSeverity extends Object implements Serializable
Enumeration class for event severities.
See Also:
  • Field Details

  • Method Details

    • getName

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

      public static EventSeverity valueOf(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 String toString()
      Overrides:
      toString in class Object