Class GuideReference

  • All Implemented Interfaces:
    java.io.Serializable

    public class GuideReference
    extends TitledResourceReference
    implements java.io.Serializable
    These are references to elements of the book's guide.
    See Also:
    Guide, Serialized Form
    • Field Detail

      • COVER

        public static java.lang.String COVER
        the book cover(s), jacket information, etc.
      • TITLE_PAGE

        public static java.lang.String TITLE_PAGE
        human-readable page with title, author, publisher, and other metadata
      • TOC

        public static java.lang.String TOC
        Human-readable table of contents. Not to be confused the epub file table of contents
      • INDEX

        public static java.lang.String INDEX
        back-of-book style index
      • GLOSSARY

        public static java.lang.String GLOSSARY
      • ACKNOWLEDGEMENTS

        public static java.lang.String ACKNOWLEDGEMENTS
      • BIBLIOGRAPHY

        public static java.lang.String BIBLIOGRAPHY
      • COLOPHON

        public static java.lang.String COLOPHON
      • COPYRIGHT_PAGE

        public static java.lang.String COPYRIGHT_PAGE
      • DEDICATION

        public static java.lang.String DEDICATION
      • EPIGRAPH

        public static java.lang.String 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

        public static java.lang.String FOREWORD
      • LOI

        public static java.lang.String LOI
        list of illustrations
      • LOT

        public static java.lang.String LOT
        list of tables
      • NOTES

        public static java.lang.String NOTES
      • PREFACE

        public static java.lang.String PREFACE
      • TEXT

        public static java.lang.String TEXT
        A page of content (e.g. "Chapter 1")
      • type

        private java.lang.String type
    • Constructor Detail

      • GuideReference

        public GuideReference​(Resource resource)
      • GuideReference

        public GuideReference​(Resource resource,
                              java.lang.String title)
      • GuideReference

        public GuideReference​(Resource resource,
                              java.lang.String type,
                              java.lang.String title)
      • GuideReference

        public GuideReference​(Resource resource,
                              java.lang.String type,
                              java.lang.String title,
                              java.lang.String fragmentId)
    • Method Detail

      • getType

        public java.lang.String getType()
      • setType

        public void setType​(java.lang.String type)