java.lang.Object
java.lang.Enum<BuildMode>
io.goobi.viewer.model.iiif.presentation.v2.builder.BuildMode
All Implemented Interfaces:
Serializable, Comparable<BuildMode>, Constable

public enum BuildMode extends Enum<BuildMode>

BuildMode class.

Author:
Florian Alpers
  • Enum Constant Details

    • IIIF

      public static final BuildMode IIIF
    • THUMBS

      public static final BuildMode THUMBS
    • IIIF_SIMPLE

      public static final BuildMode IIIF_SIMPLE
  • Method Details

    • values

      public static BuildMode[] 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 BuildMode 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