Interface ILinkTypesDefinition

  • All Known Implementing Classes:
    LinkTypesUtils

    public interface ILinkTypesDefinition
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int alternate
      Constant for value alternate.
      static java.lang.String alternate_NAME
      Constant for value name alternate.
      static int appendix
      Constant for value appendix.
      static java.lang.String appendix_NAME
      Constant for value name appendix.
      static int bookmark
      Constant for value bookmark.
      static java.lang.String bookmark_NAME
      Constant for value name bookmark.
      static int canonical
      Constant for value canonical.
      static java.lang.String canonical_NAME
      Constant for value name canonical.
      static int chapter
      Constant for value chapter.
      static java.lang.String chapter_NAME
      Constant for value name chapter.
      static int contents
      Constant for value contents.
      static java.lang.String contents_NAME
      Constant for value name contents.
      static int copyright
      Constant for value copyright.
      static java.lang.String copyright_NAME
      Constant for value name copyright.
      static int glossary
      Constant for value glossary.
      static java.lang.String glossary_NAME
      Constant for value name glossary.
      static int help
      Constant for value help.
      static java.lang.String help_NAME
      Constant for value name help.
      static int index
      Constant for value index.
      static java.lang.String index_NAME
      Constant for value name index.
      static java.lang.String[] LINKTYPES_NAMES  
      static int[] LINKTYPES_VALUES  
      static int next
      Constant for value next.
      static java.lang.String next_NAME
      Constant for value name next.
      static int none
      Constant for value none.
      static java.lang.String none_NAME
      Constant for value name none.
      static int prev
      Constant for value prev.
      static java.lang.String prev_NAME
      Constant for value name prev.
      static int section
      Constant for value section.
      static java.lang.String section_NAME
      Constant for value name section.
      static int start
      Constant for value start.
      static java.lang.String start_NAME
      Constant for value name start.
      static int stylesheet
      Constant for value stylesheet.
      static java.lang.String stylesheet_NAME
      Constant for value name stylesheet.
      static int subsection
      Constant for value subsection.
      static java.lang.String subsection_NAME
      Constant for value name subsection.
    • Field Detail

      • none_NAME

        static final java.lang.String none_NAME
        Constant for value name none.
        See Also:
        Constant Field Values
      • alternate_NAME

        static final java.lang.String alternate_NAME
        Constant for value name alternate.
        See Also:
        Constant Field Values
      • stylesheet_NAME

        static final java.lang.String stylesheet_NAME
        Constant for value name stylesheet.
        See Also:
        Constant Field Values
      • start_NAME

        static final java.lang.String start_NAME
        Constant for value name start.
        See Also:
        Constant Field Values
      • next_NAME

        static final java.lang.String next_NAME
        Constant for value name next.
        See Also:
        Constant Field Values
      • prev_NAME

        static final java.lang.String prev_NAME
        Constant for value name prev.
        See Also:
        Constant Field Values
      • contents_NAME

        static final java.lang.String contents_NAME
        Constant for value name contents.
        See Also:
        Constant Field Values
      • index_NAME

        static final java.lang.String index_NAME
        Constant for value name index.
        See Also:
        Constant Field Values
      • glossary_NAME

        static final java.lang.String glossary_NAME
        Constant for value name glossary.
        See Also:
        Constant Field Values
      • copyright_NAME

        static final java.lang.String copyright_NAME
        Constant for value name copyright.
        See Also:
        Constant Field Values
      • chapter_NAME

        static final java.lang.String chapter_NAME
        Constant for value name chapter.
        See Also:
        Constant Field Values
      • section_NAME

        static final java.lang.String section_NAME
        Constant for value name section.
        See Also:
        Constant Field Values
      • subsection_NAME

        static final java.lang.String subsection_NAME
        Constant for value name subsection.
        See Also:
        Constant Field Values
      • appendix_NAME

        static final java.lang.String appendix_NAME
        Constant for value name appendix.
        See Also:
        Constant Field Values
      • help_NAME

        static final java.lang.String help_NAME
        Constant for value name help.
        See Also:
        Constant Field Values
      • bookmark_NAME

        static final java.lang.String bookmark_NAME
        Constant for value name bookmark.
        See Also:
        Constant Field Values
      • canonical_NAME

        static final java.lang.String canonical_NAME
        Constant for value name canonical.
        See Also:
        Constant Field Values
      • LINKTYPES_VALUES

        static final int[] LINKTYPES_VALUES
      • LINKTYPES_NAMES

        static final java.lang.String[] LINKTYPES_NAMES