Package weka.core

Enum Class TechnicalInformation.Field

java.lang.Object
java.lang.Enum<TechnicalInformation.Field>
weka.core.TechnicalInformation.Field
All Implemented Interfaces:
Serializable, Comparable<TechnicalInformation.Field>, Constable
Enclosing class:
TechnicalInformation

public static enum TechnicalInformation.Field extends Enum<TechnicalInformation.Field>
the possible fields
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    An abstract of the work.
    Usually the address of the publisher or other type of institution.
    The authors affiliation.
    An annotation.
    The name(s) of the author(s), in the format described in the LaTeX book.
    Title of a book, part of which is being cited.
    A chapter (or section or whatever) number.
    A Table of Contents.
    Copyright information.
    The database key of the entry being cross referenced.
    The edition of a book---for example, ``Second''.
    Name(s) of editor(s), typed as indicated in the LaTeX book.
    How something strange has been published.
    A link to a postscript file.
    The sponsoring institution of a technical report.
    The International Standard Book Number (10 digits).
    The International Standard Book Number (13 digits).
    The International Standard Serial Number.
    A journal name.
    Used for alphabetizing, cross referencing, and creating a label when the ``author'' information is missing.
    Key words used for searching or possibly for annotation.
    The language the document is in.
    The Library of Congress Call Number.
    A location associated with the entry, such as the city in which a conference took place.
    The month in which the work was published or, for an unpublished work, in which it was written.
    The Mathematical Reviews number.
    Any additional information that can help the reader.
    The number of a journal, magazine, technical report, or of a work in a series.
    The organization that sponsors a conference or that publishes a manual.
    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).
    A link to a postscript file.
    The price of the document.
    A link to a postscript file.
    The publisher's name.
    The name of the school where a thesis was written.
    The name of a series or set of books.
    The physical dimensions of a work.
    The work's title, typed as explained in the LaTeX book.
    The type of a technical report---for example, ``Research Note''.
    The WWW Universal Resource Locator that points to the item being referenced.
    The volume of a journal or multi-volume book.
    The year of publication or, for an unpublished work, the year it was written.
  • Method Summary

    Modifier and Type
    Method
    Description
    returns the comment string
    returns the display string
    returns the display string of the Type
    Returns the enum constant of this class with the specified name.
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class java.lang.Enum

    compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • 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.
    • CHAPTER

      public static final TechnicalInformation.Field CHAPTER
      A chapter (or section or whatever) number.
    • 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.
    • INSTITUTION

      public static final TechnicalInformation.Field INSTITUTION
      The sponsoring institution of a technical report.
    • JOURNAL

      public static final TechnicalInformation.Field JOURNAL
      A journal name. Abbreviations are provided for many journals.
    • 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).
    • PUBLISHER

      public static final TechnicalInformation.Field PUBLISHER
      The publisher's name.
    • SCHOOL

      public static final TechnicalInformation.Field SCHOOL
      The name of the school where a thesis was written.
    • SERIES

      public static final TechnicalInformation.Field SERIES
      The name of a series or set of books. When citing an entire book, the 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.
    • TITLE

      public static final TechnicalInformation.Field TITLE
      The work's title, typed as explained in the LaTeX book.
    • TYPE

      public static final TechnicalInformation.Field TYPE
      The type of a technical report---for example, ``Research Note''.
    • VOLUME

      public static final TechnicalInformation.Field VOLUME
      The volume of a journal or multi-volume book.
    • 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)}'.
    • AFFILIATION

      public static final TechnicalInformation.Field AFFILIATION
      The authors affiliation.
    • ABSTRACT

      public static final TechnicalInformation.Field ABSTRACT
      An abstract of the work.
    • CONTENTS

      public static final TechnicalInformation.Field CONTENTS
      A Table of Contents.
    • ISBN

      public static final TechnicalInformation.Field ISBN
      The International Standard Book Number (10 digits).
    • ISBN13

      public static final TechnicalInformation.Field ISBN13
      The International Standard Book Number (13 digits).
    • ISSN

      public static final TechnicalInformation.Field ISSN
      The International Standard Serial Number. Used to identify a journal.
    • KEYWORDS

      public static final TechnicalInformation.Field KEYWORDS
      Key words used for searching or possibly for annotation.
    • LANGUAGE

      public static final TechnicalInformation.Field LANGUAGE
      The language the document is in.
    • 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.
    • MRNUMBER

      public static final TechnicalInformation.Field MRNUMBER
      The Mathematical Reviews number.
    • PRICE

      public static final TechnicalInformation.Field PRICE
      The price of the document.
    • SIZE

      public static final TechnicalInformation.Field SIZE
      The physical dimensions of a work.
    • 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.
    • PS

      public static final TechnicalInformation.Field PS
      A link to a postscript file.
    • PDF

      public static final TechnicalInformation.Field PDF
      A link to a postscript file.
    • HTTP

      public static final TechnicalInformation.Field HTTP
      A link to a postscript file.
  • Method Details

    • values

      public static TechnicalInformation.Field[] 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

      public static TechnicalInformation.Field valueOf(String name)
      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 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
    • toString

      public String toString()
      returns the display string of the Type
      Overrides:
      toString in class Enum<TechnicalInformation.Field>
      Returns:
      the display string