Package com.independentsoft.office.odf
Enum Class Key
- All Implemented Interfaces:
Serializable,Comparable<Key>,Constable
Represents a type for the index entries that should be used for sorting.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionSpecifies the address for a bibliography index entry.Specifies the annotation for a bibliography index entry.Specifies the author or authors for a bibliography index entry.Specifies to which type of bibliographical entry a template applies.Specifies the book title for a bibliography index entry.Specifies the chapter reference for a bibliography index entry.Specifies the first of up to five user defined information for a bibliography index entry.Specifies the second of up to five user defined information for a bibliography index entry.Specifies the third of up to five user defined information for a bibliography index entry.Specifies the fourth of up to five user defined information for a bibliography index entry.Specifies the fifth of up to five user defined information for a bibliography index entry.Specifies the edition for a bibliography index entry.Specifies the editor for a bibliography index entry.Specifies the publication type for a bibliography index entry.Specifies the identifier for a bibliography index entry.Specifies the institution for a bibliography index entry.Specifies the ISBN for a bibliography index entry.Specifies the ISSN for a bibliography index entry.Specifies the journal for a bibliography index entry.Specifies the month for a bibliography index entry.None.Specifies the note for a bibliography index entry.Specifies the number for a bibliography index entry.Specifies one or more organizations for a bibliography index entry.Specifies the page number or page numbers for a bibliography index entry.Specifies the publisher for a bibliography index entry.Specifies the report type for a bibliography index entry.Specifies the school for a bibliography index entry.Specifies the series for a bibliography index entry.Specifies the title for a bibliography index entry.Specifies the URI for a bibliography index entry.Specifies the volume for a bibliography index entry.Specifies the year for a bibliography index entry. -
Method Summary
-
Enum Constant Details
-
ADDRESS
Specifies the address for a bibliography index entry. -
ANNOTE
Specifies the annotation for a bibliography index entry. -
AUTHOR
Specifies the author or authors for a bibliography index entry. -
BIBLIOGRAPHY_TYPE
Specifies to which type of bibliographical entry a template applies. -
BOOK_TITLE
Specifies the book title for a bibliography index entry. -
CHAPTER
Specifies the chapter reference for a bibliography index entry. -
CUSTOM_1
Specifies the first of up to five user defined information for a bibliography index entry. -
CUSTOM_2
Specifies the second of up to five user defined information for a bibliography index entry. -
CUSTOM_3
Specifies the third of up to five user defined information for a bibliography index entry. -
CUSTOM_4
Specifies the fourth of up to five user defined information for a bibliography index entry. -
CUSTOM_5
Specifies the fifth of up to five user defined information for a bibliography index entry. -
EDITION
Specifies the edition for a bibliography index entry. -
EDITOR
Specifies the editor for a bibliography index entry. -
HOW_PUBLISHED
Specifies the publication type for a bibliography index entry. -
IDENTIFIER
Specifies the identifier for a bibliography index entry. -
INSTITUTION
Specifies the institution for a bibliography index entry. -
ISBN
Specifies the ISBN for a bibliography index entry. -
ISSN
Specifies the ISSN for a bibliography index entry. -
JOURNAL
Specifies the journal for a bibliography index entry. -
MONTH
Specifies the month for a bibliography index entry. -
NOTE
Specifies the note for a bibliography index entry. -
NUMBER
Specifies the number for a bibliography index entry. -
ORGANIZATIONS
Specifies one or more organizations for a bibliography index entry. -
PAGES
Specifies the page number or page numbers for a bibliography index entry. -
PUBLISHER
Specifies the publisher for a bibliography index entry. -
REPORT_TYPE
Specifies the report type for a bibliography index entry. -
SCHOOL
Specifies the school for a bibliography index entry. -
SERIES
Specifies the series for a bibliography index entry. -
TITLE
Specifies the title for a bibliography index entry. -
URL
Specifies the URI for a bibliography index entry. -
VOLUME
Specifies the volume for a bibliography index entry. -
YEAR
Specifies the year for a bibliography index entry. -
NONE
None.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-