Class GuideReference

All Implemented Interfaces:
Serializable

public class GuideReference extends TitledResourceReference implements Serializable
These are references to elements of the book's guide.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • COVER

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

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

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

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

      public static String GLOSSARY
    • ACKNOWLEDGEMENTS

      public static String ACKNOWLEDGEMENTS
    • BIBLIOGRAPHY

      public static String BIBLIOGRAPHY
    • COLOPHON

      public static String COLOPHON
    • DEDICATION

      public static String DEDICATION
    • EPIGRAPH

      public static 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 String FOREWORD
    • LOI

      public static String LOI
      list of illustrations
    • LOT

      public static String LOT
      list of tables
    • NOTES

      public static String NOTES
    • PREFACE

      public static String PREFACE
    • TEXT

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

      private String type
  • Constructor Details

  • Method Details

    • getType

      public String getType()
    • setType

      public void setType(String type)