Enum Class RenditionVocabs.ITEMREF_PROPERTIES
java.lang.Object
java.lang.Enum<RenditionVocabs.ITEMREF_PROPERTIES>
com.adobe.epubcheck.vocab.RenditionVocabs.ITEMREF_PROPERTIES
- All Implemented Interfaces:
PropertyStatus, Serializable, Comparable<RenditionVocabs.ITEMREF_PROPERTIES>, Constable
- Enclosing class:
RenditionVocabs
public static enum RenditionVocabs.ITEMREF_PROPERTIES
extends Enum<RenditionVocabs.ITEMREF_PROPERTIES>
implements PropertyStatus
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
FieldsFields inherited from interface PropertyStatus
ALLOWED, DEPRECATED, DISALLOWED_ON_CONTENT_DOCS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisAllowed(ValidationContext context) booleanReturns the enum constant of this class with the specified name.static RenditionVocabs.ITEMREF_PROPERTIES[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
LAYOUT_PRE_PAGINATED
-
LAYOUT_REFLOWABLE
-
ORIENTATION_AUTO
-
ORIENTATION_LANDSCAPE
-
ORIENTATION_PORTRAIT
-
SPREAD_AUTO
-
SPREAD_BOTH
-
SPREAD_LANDSCAPE
-
SPREAD_NONE
-
SPREAD_PORTRAIT
-
PAGE_SPREAD_CENTER
-
PAGE_SPREAD_LEFT
-
PAGE_SPREAD_RIGHT
-
FLOW_PAGINATED
-
FLOW_SCROLLED_CONTINUOUS
-
FLOW_SCROLLED_DOC
-
FLOW_AUTO
-
ALIGN_X_CENTER
-
-
Field Details
-
status
-
-
Constructor Details
-
ITEMREF_PROPERTIES
private ITEMREF_PROPERTIES() -
ITEMREF_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
-
isAllowed
- Specified by:
isAllowedin interfacePropertyStatus
-
isDeprecated
public boolean isDeprecated()- Specified by:
isDeprecatedin interfacePropertyStatus
-