Enum Class ObtainableItem

java.lang.Object
java.lang.Enum<ObtainableItem>
com.priint.pubserver.documentchecking.ObtainableItem
All Implemented Interfaces:
Serializable, Comparable<ObtainableItem>, Constable

public enum ObtainableItem extends Enum<ObtainableItem>
  • Enum Constant Details

    • DOCUMENT_FILE

      public static final ObtainableItem DOCUMENT_FILE
    • METADATA_GROUPS_XML

      public static final ObtainableItem METADATA_GROUPS_XML
    • METADATA_NOTES_XML

      public static final ObtainableItem METADATA_NOTES_XML
    • METADATA_ELEMENTS_XML

      public static final ObtainableItem METADATA_ELEMENTS_XML
    • METADATA_PLACEHOLDERS_XML

      public static final ObtainableItem METADATA_PLACEHOLDERS_XML
    • METADATA_SPREADS_XML

      public static final ObtainableItem METADATA_SPREADS_XML
    • METADATA_ITEMS_XML

      public static final ObtainableItem METADATA_ITEMS_XML
    • METADATA_MANIFEST_XML

      public static final ObtainableItem METADATA_MANIFEST_XML
    • SPREAD_PREVIEWS

      public static final ObtainableItem SPREAD_PREVIEWS
  • Field Details

  • Method Details

    • values

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