Package adams.core

Enum TechnicalInformation.Field

    • Enum Constant Summary

      Enum Constants 
      Enum Constant 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.
      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.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected String m_Comment
      the comment about this type.
      protected String m_Display
      the string used in toString().
    • Enum Constant Detail

      • ADDRESS

        public static final TechnicalInformation.Field ADDRESS
        Usually the address of the publisher or other type of institution. For major publishing houses, van Leunen recommends omitting the information entirely. For small publishers, on the other hand, you can help the reader by giving the complete address.
      • ANNOTE

        public static final TechnicalInformation.Field ANNOTE
        An annotation. It is not used by the standard bibliography styles, but may be used by others that produce an annotated bibliography.
      • AUTHOR

        public static final TechnicalInformation.Field AUTHOR
        The name(s) of the author(s), in the format described in the LaTeX book.
      • BOOKTITLE

        public static final TechnicalInformation.Field BOOKTITLE
        Title of a book, part of which is being cited. See the LaTeX book for how to type titles. For book entries, use the title field instead.
      • CROSSREF

        public static final TechnicalInformation.Field CROSSREF
        The database key of the entry being cross referenced. Any fields that are missing from the current record are inherited from the field being cross referenced.
      • EDITION

        public static final TechnicalInformation.Field EDITION
        The edition of a book---for example, ``Second''. This should be an ordinal, and should have the first letter capitalized, as shown here; the standard styles convert to lower case when necessary.
      • EDITOR

        public static final TechnicalInformation.Field EDITOR
        Name(s) of editor(s), typed as indicated in the LaTeX book. If there is also an author field, then the editor field gives the editor of the book or collection in which the reference appears.
      • HOWPUBLISHED

        public static final TechnicalInformation.Field HOWPUBLISHED
        How something strange has been published. The first word should be capitalized.
      • KEY

        public static final TechnicalInformation.Field KEY
        Used for alphabetizing, cross referencing, and creating a label when the ``author'' information is missing. This field should not be confused with the key that appears in the cite command and at the beginning of the database entry.
      • MONTH

        public static final TechnicalInformation.Field MONTH
        The month in which the work was published or, for an unpublished work, in which it was written. You should use the standard three-letter abbreviation, as described in Appendix B.1.3 of the LaTeX book.
      • NOTE

        public static final TechnicalInformation.Field NOTE
        Any additional information that can help the reader. The first word should be capitalized.
      • NUMBER

        public static final TechnicalInformation.Field NUMBER
        The number of a journal, magazine, technical report, or of a work in a series. An issue of a journal or magazine is usually identified by its volume and number; the organization that issues a technical report usually gives it a number; and sometimes books are given numbers in a named series.
      • ORGANIZATION

        public static final TechnicalInformation.Field ORGANIZATION
        The organization that sponsors a conference or that publishes a manual.
      • PAGES

        public static final TechnicalInformation.Field 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). To make it easier to maintain Scribe-compatible databases, the standard styles convert a single dash (as in 7-33) to the double dash used in TeX to denote number ranges (as in 7--33).
      • SERIES

        public static final TechnicalInformation.Field SERIES
        The name of a series or set of books. When citing an entire book, the title field gives its title and an optional series field gives the name of a series or multi-volume set in which the book is published.
      • YEAR

        public static final TechnicalInformation.Field YEAR
        The year of publication or, for an unpublished work, the year it was written. Generally it should consist of four numerals, such as 1984, although the standard styles can handle any year whose last four nonpunctuation characters are numerals, such as `\\hbox{(about 1984)}'.
      • LOCATION

        public static final TechnicalInformation.Field LOCATION
        A location associated with the entry, such as the city in which a conference took place.
      • LCCN

        public static final TechnicalInformation.Field LCCN
        The Library of Congress Call Number. I've also seen this as lib-congress.
      • URL

        public static final TechnicalInformation.Field URL
        The WWW Universal Resource Locator that points to the item being referenced. This often is used for technical reports to point to the ftp site where the postscript source of the report is located.
    • Field Detail

      • m_Display

        protected String m_Display
        the string used in toString().
      • m_Comment

        protected String m_Comment
        the comment about this type.
    • Method Detail

      • values

        public static TechnicalInformation.Field[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (TechnicalInformation.Field c : TechnicalInformation.Field.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static TechnicalInformation.Field valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
        NullPointerException - if the argument is null
      • getDisplay

        public String getDisplay()
        returns the display string.
        Returns:
        the display string
      • getComment

        public String getComment()
        returns the comment string.
        Returns:
        the comment string