Enum Class IFContext.RegionType

java.lang.Object
java.lang.Enum<IFContext.RegionType>
org.apache.fop.render.intermediate.IFContext.RegionType
All Implemented Interfaces:
Serializable, Comparable<IFContext.RegionType>, Constable
Enclosing class:
IFContext

private static enum IFContext.RegionType extends Enum<IFContext.RegionType>
  • Enum Constant Details

  • Constructor Details

    • RegionType

      private RegionType()
  • Method Details

    • values

      public static IFContext.RegionType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static IFContext.RegionType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null