Enum Class EpubCheckVocab.PROPERTIES

java.lang.Object
java.lang.Enum<EpubCheckVocab.PROPERTIES>
com.adobe.epubcheck.vocab.EpubCheckVocab.PROPERTIES
All Implemented Interfaces:
Serializable, Comparable<EpubCheckVocab.PROPERTIES>, Constable
Enclosing class:
EpubCheckVocab

public static enum EpubCheckVocab.PROPERTIES extends Enum<EpubCheckVocab.PROPERTIES>
  • Enum Constant Details

    • FIXED_LAYOUT

      public static final EpubCheckVocab.PROPERTIES FIXED_LAYOUT
      Property of OPF items representing Fixed Layout Content Documents
    • IN_INDEX_COLLECTION

      public static final EpubCheckVocab.PROPERTIES IN_INDEX_COLLECTION
      Property of OPF items referenced in 'index' collections
    • MULTIPLE_RENDITION

      public static final EpubCheckVocab.PROPERTIES MULTIPLE_RENDITION
      Property of OCF entries in Multiple Renditions
    • NON_LINEAR

      public static final EpubCheckVocab.PROPERTIES NON_LINEAR
      Property of non-linear OPF items
    • RENDITION_MAPPING

      public static final EpubCheckVocab.PROPERTIES RENDITION_MAPPING
      Property used to identify the Rendition Mapping Document in the OCF checker
  • Constructor Details

    • PROPERTIES

      private PROPERTIES()
  • Method Details

    • values

      public static EpubCheckVocab.PROPERTIES[] 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 EpubCheckVocab.PROPERTIES 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