Enum Class StructureVocab.EPUB_TYPES
- All Implemented Interfaces:
PropertyStatus, Serializable, Comparable<StructureVocab.EPUB_TYPES>, Constable
- Enclosing class:
StructureVocab
public static enum StructureVocab.EPUB_TYPES
extends Enum<StructureVocab.EPUB_TYPES>
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) booleanstatic StructureVocab.EPUB_TYPESReturns the enum constant of this class with the specified name.static StructureVocab.EPUB_TYPES[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ACKNOWLEDGMENTS
-
AFTERWORD
-
ANNOREF
-
ANNOTATION
-
APPENDIX
-
ASIDE
-
ASSESSMENT
-
BACKMATTER
-
BIBLIOENTRY
-
BIBLIOGRAPHY
-
BODYMATTER
-
BRIDGEHEAD
-
CHAPTER
-
COLOPHON
-
CONCLUDING_SENTENCE
-
CONCLUSION
-
CONTRIBUTORS
-
COPYRIGHT_PAGE
-
COVER
-
COVERTITLE
-
DEDICATION
-
DIVISION
-
ENDNOTE
-
ENDNOTES
-
EPIGRAPH
-
EPILOGUE
-
ERRATA
-
FIGURE
-
FOOTNOTE
-
FOOTNOTES
-
FOREWORD
-
FRONTMATTER
-
FULLTITLE
-
GLOSSARY
-
GLOSSDEF
-
GLOSSTERM
-
HALFTITLE
-
HALFTITLEPAGE
-
HELP
-
IMPRIMATUR
-
IMPRINT
-
INDEX
-
INTRODUCTION
-
KEYWORD
-
LANDMARKS
-
LEARNING_OBJECTIVE
-
LEARNING_RESOURCE
-
LIST
-
LIST_ITEM
-
LOA
-
LOI
-
LOT
-
LOV
-
MARGINALIA
-
NOTE
-
NOTEREF
-
NOTICE
-
OTHER_CREDITS
-
PAGEBREAK
-
PAGE_LIST
-
PART
-
PRACTICE
-
PREAMBLE
-
PREFACE
-
PROLOGUE
-
REARNOTE
-
REARNOTES
-
REVISION_HISTORY
-
SIDEBAR
-
SUBCHAPTER
-
SUBTITLE
-
TABLE
-
TABLE_CELL
-
TABLE_ROW
-
TIP
-
TITLE
-
TITLEPAGE
-
TOC
-
TOPIC_SENTENCE
-
VOLUME
-
WARNING
-
QNA
-
-
Field Details
-
status
-
-
Constructor Details
-
EPUB_TYPES
private EPUB_TYPES() -
EPUB_TYPES
-
-
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
-