Interface ILinkTypesDefinition
-
- All Known Implementing Classes:
LinkTypesUtils
public interface ILinkTypesDefinition
-
-
Field Summary
Fields Modifier and Type Field Description static intalternateConstant for value alternate.static Stringalternate_NAMEConstant for value name alternate.static intappendixConstant for value appendix.static Stringappendix_NAMEConstant for value name appendix.static intbookmarkConstant for value bookmark.static Stringbookmark_NAMEConstant for value name bookmark.static intchapterConstant for value chapter.static Stringchapter_NAMEConstant for value name chapter.static intcontentsConstant for value contents.static Stringcontents_NAMEConstant for value name contents.static intcopyrightConstant for value copyright.static Stringcopyright_NAMEConstant for value name copyright.static intglossaryConstant for value glossary.static Stringglossary_NAMEConstant for value name glossary.static inthelpConstant for value help.static Stringhelp_NAMEConstant for value name help.static intindexConstant for value index.static Stringindex_NAMEConstant for value name index.static String[]LINKTYPES_NAMESstatic int[]LINKTYPES_VALUESstatic intnextConstant for value next.static Stringnext_NAMEConstant for value name next.static intnoneConstant for value none.static Stringnone_NAMEConstant for value name none.static intprevConstant for value prev.static Stringprev_NAMEConstant for value name prev.static intsectionConstant for value section.static Stringsection_NAMEConstant for value name section.static intstartConstant for value start.static Stringstart_NAMEConstant for value name start.static intstylesheetConstant for value stylesheet.static Stringstylesheet_NAMEConstant for value name stylesheet.static intsubsectionConstant for value subsection.static 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
-
none_NAME
static final String none_NAME
Constant for value name none.- See Also:
- Constant Field Values
-
alternate_NAME
static final String alternate_NAME
Constant for value name alternate.- See Also:
- Constant Field Values
-
stylesheet_NAME
static final String stylesheet_NAME
Constant for value name stylesheet.- See Also:
- Constant Field Values
-
start_NAME
static final String start_NAME
Constant for value name start.- See Also:
- Constant Field Values
-
next_NAME
static final String next_NAME
Constant for value name next.- See Also:
- Constant Field Values
-
prev_NAME
static final String prev_NAME
Constant for value name prev.- See Also:
- Constant Field Values
-
contents_NAME
static final String contents_NAME
Constant for value name contents.- See Also:
- Constant Field Values
-
index_NAME
static final String index_NAME
Constant for value name index.- See Also:
- Constant Field Values
-
glossary_NAME
static final String glossary_NAME
Constant for value name glossary.- See Also:
- Constant Field Values
-
copyright_NAME
static final String copyright_NAME
Constant for value name copyright.- See Also:
- Constant Field Values
-
chapter_NAME
static final String chapter_NAME
Constant for value name chapter.- See Also:
- Constant Field Values
-
section_NAME
static final String section_NAME
Constant for value name section.- See Also:
- Constant Field Values
-
subsection_NAME
static final String subsection_NAME
Constant for value name subsection.- See Also:
- Constant Field Values
-
appendix_NAME
static final String appendix_NAME
Constant for value name appendix.- See Also:
- Constant Field Values
-
help_NAME
static final String help_NAME
Constant for value name help.- See Also:
- Constant Field Values
-
bookmark_NAME
static final String bookmark_NAME
Constant for value name bookmark.- See Also:
- Constant Field Values
-
LINKTYPES_VALUES
static final int[] LINKTYPES_VALUES
-
LINKTYPES_NAMES
static final String[] LINKTYPES_NAMES
-
-