Enum Class EpubCheckVocab.PROPERTIES
- All Implemented Interfaces:
Serializable, Comparable<EpubCheckVocab.PROPERTIES>, Constable
- Enclosing class:
EpubCheckVocab
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionProperty of OPF items representing Fixed Layout Content DocumentsProperty of OPF items referenced in 'index' collectionsProperty of OCF entries in Multiple RenditionsProperty of non-linear OPF itemsProperty used to identify the Rendition Mapping Document in the OCF checker -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EpubCheckVocab.PROPERTIESReturns the enum constant of this class with the specified name.static EpubCheckVocab.PROPERTIES[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
FIXED_LAYOUT
Property of OPF items representing Fixed Layout Content Documents -
IN_INDEX_COLLECTION
Property of OPF items referenced in 'index' collections -
MULTIPLE_RENDITION
Property of OCF entries in Multiple Renditions -
NON_LINEAR
Property of non-linear OPF items -
RENDITION_MAPPING
Property used to identify the Rendition Mapping Document in the OCF checker
-
-
Constructor Details
-
PROPERTIES
private PROPERTIES()
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-