Package nl.siegmann.epublib.domain
Class GuideReference
java.lang.Object
nl.siegmann.epublib.domain.ResourceReference
nl.siegmann.epublib.domain.TitledResourceReference
nl.siegmann.epublib.domain.GuideReference
- All Implemented Interfaces:
Serializable
These are references to elements of the book's guide.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringthe book cover(s), jacket information, etc.static Stringstatic Stringan epigraph is a phrase, quotation, or poem that is set at the beginning of a document or component.static Stringstatic Stringstatic Stringback-of-book style indexstatic Stringlist of illustrationsstatic Stringlist of tablesstatic Stringstatic Stringprivate static final longstatic StringA page of content (e.g.static Stringhuman-readable page with title, author, publisher, and other metadatastatic StringHuman-readable table of contents.private StringFields inherited from class nl.siegmann.epublib.domain.ResourceReference
resource -
Constructor Summary
ConstructorsConstructorDescriptionGuideReference(Resource resource) GuideReference(Resource resource, String title) GuideReference(Resource resource, String type, String title) GuideReference(Resource resource, String type, String title, String fragmentId) -
Method Summary
Methods inherited from class nl.siegmann.epublib.domain.TitledResourceReference
getCompleteHref, getFragmentId, getTitle, setFragmentId, setResource, setResource, setTitleMethods inherited from class nl.siegmann.epublib.domain.ResourceReference
getResource, getResourceId
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
COVER
the book cover(s), jacket information, etc. -
TITLE_PAGE
human-readable page with title, author, publisher, and other metadata -
TOC
Human-readable table of contents. Not to be confused the epub file table of contents -
INDEX
back-of-book style index -
GLOSSARY
-
ACKNOWLEDGEMENTS
-
BIBLIOGRAPHY
-
COLOPHON
-
COPYRIGHT_PAGE
-
DEDICATION
-
EPIGRAPH
an epigraph is a phrase, quotation, or poem that is set at the beginning of a document or component. source: http://en.wikipedia.org/wiki/Epigraph_%28literature%29 -
FOREWORD
-
LOI
list of illustrations -
LOT
list of tables -
NOTES
-
PREFACE
-
TEXT
A page of content (e.g. "Chapter 1") -
type
-
-
Constructor Details
-
GuideReference
-
GuideReference
-
GuideReference
-
GuideReference
-
-
Method Details
-
getType
-
setType
-