public static enum TechnicalInformation.Field extends java.lang.Enum<TechnicalInformation.Field>
Enum Constant and Description |
---|
ABSTRACT
An abstract of the work.
|
ADDRESS
Usually the address of the publisher or other type of institution.
|
AFFILIATION
The authors affiliation.
|
ANNOTE
An annotation.
|
AUTHOR
The name(s) of the author(s), in the format described in the LaTeX book.
|
BOOKTITLE
Title of a book, part of which is being cited.
|
CHAPTER
A chapter (or section or whatever) number.
|
CONTENTS
A Table of Contents.
|
COPYRIGHT
Copyright information.
|
CROSSREF
The database key of the entry being cross referenced.
|
EDITION
The edition of a book---for example, ``Second''.
|
EDITOR
Name(s) of editor(s), typed as indicated in the LaTeX book.
|
HOWPUBLISHED
How something strange has been published.
|
HTTP
A link to a postscript file.
|
INSTITUTION
The sponsoring institution of a technical report.
|
ISBN
The International Standard Book Number (10 digits).
|
ISBN13
The International Standard Book Number (13 digits).
|
ISSN
The International Standard Serial Number.
|
JOURNAL
A journal name.
|
KEY
Used for alphabetizing, cross referencing, and creating a label when the ``author'' information is missing.
|
KEYWORDS
Key words used for searching or possibly for annotation.
|
LANGUAGE
The language the document is in.
|
LCCN
The Library of Congress Call Number.
|
LOCATION
A location associated with the entry, such as the city in which a conference took place.
|
MONTH
The month in which the work was published or, for an unpublished work, in which it was written.
|
MRNUMBER
The Mathematical Reviews number.
|
NOTE
Any additional information that can help the reader.
|
NUMBER
The number of a journal, magazine, technical report, or of a work in a series.
|
ORGANIZATION
The organization that sponsors a conference or that publishes a manual.
|
PAGES
One or more page numbers or range of numbers, such as 42--111 or 7,41,73--97 or 43+ (the `+' in this last example indicates pages following that don't form a simple range).
|
PDF
A link to a postscript file.
|
PRICE
The price of the document.
|
PS
A link to a postscript file.
|
PUBLISHER
The publisher's name.
|
SCHOOL
The name of the school where a thesis was written.
|
SERIES
The name of a series or set of books.
|
SIZE
The physical dimensions of a work.
|
TITLE
The work's title, typed as explained in the LaTeX book.
|
TYPE
The type of a technical report---for example, ``Research Note''.
|
URL
The WWW Universal Resource Locator that points to the item being referenced.
|
VOLUME
The volume of a journal or multi-volume book.
|
YEAR
The year of publication or, for an unpublished work, the year it was written.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComment()
returns the comment string
|
java.lang.String |
getDisplay()
returns the display string
|
java.lang.String |
toString()
returns the display string of the Type
|
static TechnicalInformation.Field |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TechnicalInformation.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TechnicalInformation.Field ADDRESS
public static final TechnicalInformation.Field ANNOTE
public static final TechnicalInformation.Field AUTHOR
public static final TechnicalInformation.Field BOOKTITLE
public static final TechnicalInformation.Field CHAPTER
public static final TechnicalInformation.Field CROSSREF
public static final TechnicalInformation.Field EDITION
public static final TechnicalInformation.Field EDITOR
public static final TechnicalInformation.Field HOWPUBLISHED
public static final TechnicalInformation.Field INSTITUTION
public static final TechnicalInformation.Field JOURNAL
public static final TechnicalInformation.Field KEY
public static final TechnicalInformation.Field MONTH
public static final TechnicalInformation.Field NOTE
public static final TechnicalInformation.Field NUMBER
public static final TechnicalInformation.Field ORGANIZATION
public static final TechnicalInformation.Field PAGES
public static final TechnicalInformation.Field PUBLISHER
public static final TechnicalInformation.Field SCHOOL
public static final TechnicalInformation.Field SERIES
public static final TechnicalInformation.Field TITLE
public static final TechnicalInformation.Field TYPE
public static final TechnicalInformation.Field VOLUME
public static final TechnicalInformation.Field YEAR
public static final TechnicalInformation.Field AFFILIATION
public static final TechnicalInformation.Field ABSTRACT
public static final TechnicalInformation.Field CONTENTS
public static final TechnicalInformation.Field COPYRIGHT
public static final TechnicalInformation.Field ISBN
public static final TechnicalInformation.Field ISBN13
public static final TechnicalInformation.Field ISSN
public static final TechnicalInformation.Field KEYWORDS
public static final TechnicalInformation.Field LANGUAGE
public static final TechnicalInformation.Field LOCATION
public static final TechnicalInformation.Field LCCN
public static final TechnicalInformation.Field MRNUMBER
public static final TechnicalInformation.Field PRICE
public static final TechnicalInformation.Field SIZE
public static final TechnicalInformation.Field URL
public static final TechnicalInformation.Field PS
public static final TechnicalInformation.Field PDF
public static final TechnicalInformation.Field HTTP
public static TechnicalInformation.Field[] values()
for (TechnicalInformation.Field c : TechnicalInformation.Field.values()) System.out.println(c);
public static TechnicalInformation.Field valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getDisplay()
public java.lang.String getComment()
public java.lang.String toString()
toString
in class java.lang.Enum<TechnicalInformation.Field>