Class EventSeverity

java.lang.Object
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

  • Constructor Details

    • EventSeverity

      private EventSeverity(String name)
      Constructor to add a new named item.
      Parameters:
      name - Name of the item.
  • Method Details