Interface ILinkTypesDefinition
- All Known Implementing Classes:
LinkTypesUtils
public interface ILinkTypesDefinition
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intConstant for value alternate.static final StringConstant for value name alternate.static final intConstant for value appendix.static final StringConstant for value name appendix.static final intConstant for value bookmark.static final StringConstant for value name bookmark.static final intConstant for value canonical.static final StringConstant for value name canonical.static final intConstant for value chapter.static final StringConstant for value name chapter.static final intConstant for value contents.static final StringConstant for value name contents.static final intConstant for value copyright.static final StringConstant for value name copyright.static final intConstant for value glossary.static final StringConstant for value name glossary.static final intConstant for value help.static final StringConstant for value name help.static final intConstant for value index.static final StringConstant for value name index.static final String[]static final int[]static final intConstant for value next.static final StringConstant for value name next.static final intConstant for value none.static final StringConstant for value name none.static final intConstant for value prev.static final StringConstant for value name prev.static final intConstant for value section.static final StringConstant for value name section.static final intConstant for value start.static final StringConstant for value name start.static final intConstant for value stylesheet.static final StringConstant for value name stylesheet.static final intConstant for value subsection.static final StringConstant for value name subsection.
-
Field Details
-
none
static final int noneConstant for value none.- See Also:
-
alternate
static final int alternateConstant for value alternate.- See Also:
-
stylesheet
static final int stylesheetConstant for value stylesheet.- See Also:
-
start
static final int startConstant for value start.- See Also:
-
next
static final int nextConstant for value next.- See Also:
-
prev
static final int prevConstant for value prev.- See Also:
-
contents
static final int contentsConstant for value contents.- See Also:
-
index
static final int indexConstant for value index.- See Also:
-
glossary
static final int glossaryConstant for value glossary.- See Also:
-
copyright
static final int copyrightConstant for value copyright.- See Also:
-
chapter
static final int chapterConstant for value chapter.- See Also:
-
section
static final int sectionConstant for value section.- See Also:
-
subsection
static final int subsectionConstant for value subsection.- See Also:
-
appendix
static final int appendixConstant for value appendix.- See Also:
-
help
static final int helpConstant for value help.- See Also:
-
bookmark
static final int bookmarkConstant for value bookmark.- See Also:
-
canonical
static final int canonicalConstant for value canonical.- See Also:
-
none_NAME
Constant for value name none.- See Also:
-
alternate_NAME
Constant for value name alternate.- See Also:
-
stylesheet_NAME
Constant for value name stylesheet.- See Also:
-
start_NAME
Constant for value name start.- See Also:
-
next_NAME
Constant for value name next.- See Also:
-
prev_NAME
Constant for value name prev.- See Also:
-
contents_NAME
Constant for value name contents.- See Also:
-
index_NAME
Constant for value name index.- See Also:
-
glossary_NAME
Constant for value name glossary.- See Also:
-
copyright_NAME
Constant for value name copyright.- See Also:
-
chapter_NAME
Constant for value name chapter.- See Also:
-
section_NAME
Constant for value name section.- See Also:
-
subsection_NAME
Constant for value name subsection.- See Also:
-
appendix_NAME
Constant for value name appendix.- See Also:
-
help_NAME
Constant for value name help.- See Also:
-
bookmark_NAME
Constant for value name bookmark.- See Also:
-
canonical_NAME
Constant for value name canonical.- See Also:
-
LINKTYPES_VALUES
static final int[] LINKTYPES_VALUES -
LINKTYPES_NAMES
-