Interface ILinkTypesDefinition
-
- All Known Implementing Classes:
LinkTypesUtils
public interface ILinkTypesDefinition
-
-
Field Summary
Fields Modifier and Type Field Description static intalternateConstant for value alternate.static java.lang.Stringalternate_NAMEConstant for value name alternate.static intappendixConstant for value appendix.static java.lang.Stringappendix_NAMEConstant for value name appendix.static intbookmarkConstant for value bookmark.static java.lang.Stringbookmark_NAMEConstant for value name bookmark.static intcanonicalConstant for value canonical.static java.lang.Stringcanonical_NAMEConstant for value name canonical.static intchapterConstant for value chapter.static java.lang.Stringchapter_NAMEConstant for value name chapter.static intcontentsConstant for value contents.static java.lang.Stringcontents_NAMEConstant for value name contents.static intcopyrightConstant for value copyright.static java.lang.Stringcopyright_NAMEConstant for value name copyright.static intglossaryConstant for value glossary.static java.lang.Stringglossary_NAMEConstant for value name glossary.static inthelpConstant for value help.static java.lang.Stringhelp_NAMEConstant for value name help.static intindexConstant for value index.static java.lang.Stringindex_NAMEConstant for value name index.static java.lang.String[]LINKTYPES_NAMESstatic int[]LINKTYPES_VALUESstatic intnextConstant for value next.static java.lang.Stringnext_NAMEConstant for value name next.static intnoneConstant for value none.static java.lang.Stringnone_NAMEConstant for value name none.static intprevConstant for value prev.static java.lang.Stringprev_NAMEConstant for value name prev.static intsectionConstant for value section.static java.lang.Stringsection_NAMEConstant for value name section.static intstartConstant for value start.static java.lang.Stringstart_NAMEConstant for value name start.static intstylesheetConstant for value stylesheet.static java.lang.Stringstylesheet_NAMEConstant for value name stylesheet.static intsubsectionConstant for value subsection.static java.lang.Stringsubsection_NAMEConstant for value name subsection.
-
-
-
Field Detail
-
none
static final int none
Constant for value none.- See Also:
- Constant Field Values
-
alternate
static final int alternate
Constant for value alternate.- See Also:
- Constant Field Values
-
stylesheet
static final int stylesheet
Constant for value stylesheet.- See Also:
- Constant Field Values
-
start
static final int start
Constant for value start.- See Also:
- Constant Field Values
-
next
static final int next
Constant for value next.- See Also:
- Constant Field Values
-
prev
static final int prev
Constant for value prev.- See Also:
- Constant Field Values
-
contents
static final int contents
Constant for value contents.- See Also:
- Constant Field Values
-
index
static final int index
Constant for value index.- See Also:
- Constant Field Values
-
glossary
static final int glossary
Constant for value glossary.- See Also:
- Constant Field Values
-
copyright
static final int copyright
Constant for value copyright.- See Also:
- Constant Field Values
-
chapter
static final int chapter
Constant for value chapter.- See Also:
- Constant Field Values
-
section
static final int section
Constant for value section.- See Also:
- Constant Field Values
-
subsection
static final int subsection
Constant for value subsection.- See Also:
- Constant Field Values
-
appendix
static final int appendix
Constant for value appendix.- See Also:
- Constant Field Values
-
help
static final int help
Constant for value help.- See Also:
- Constant Field Values
-
bookmark
static final int bookmark
Constant for value bookmark.- See Also:
- Constant Field Values
-
canonical
static final int canonical
Constant for value canonical.- See Also:
- Constant Field Values
-
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
-
-