Constants |
ARTICLE |
An article from a journal or magazine.
|
BOOK |
A book with an explicit publisher.
|
BOOKLET |
A work that is printed and bound, but without a named publisher or sponsoring institution.
|
CONFERENCE |
An article in the proceedings of a conference. This entry is identical to the 'inproceedings'
entry and is included for compatibility with BiBTex.
|
INBOOK |
A part of a book, which may be a chapter and/or a range of pages.
|
INCOLLECTION |
A part of a book with its own title.
|
INPROCEEDINGS |
An article in the proceedings of a conference.
|
JOURNAL |
A journal or magazine.
|
MANUAL |
Technical documentation.
|
MASTERSTHESIS |
A Master's thesis.
|
MISC |
This type is used when nothing else seems appropriate.
|
PHDTHESIS |
A PhD thesis.
|
PROCEEDINGS |
The proceedings of a conference.
|
TECHREPORT |
A report published by a school or other institution, usually numbered within a series.
|
UNPUBLISHED |
A document with an author and title, but not formally published.
|
EMAIL |
An eMail document
|
WWW |
A Web document
|
CUSTOM1 |
A user defined document type
|
CUSTOM2 |
A user defined document type
|
CUSTOM3 |
A user defined document type
|
CUSTOM4 |
A user defined document type
|
CUSTOM5 |
A user defined document type
|
Constants' Details |
ARTICLE
const short ARTICLE = 0;
- Description
- An article from a journal or magazine.
|
|
BOOK
const short BOOK = 1;
- Description
- A book with an explicit publisher.
|
|
BOOKLET
const short BOOKLET = 2;
- Description
- A work that is printed and bound, but without a named publisher or sponsoring institution.
|
|
CONFERENCE
const short CONFERENCE = 3;
- Description
- An article in the proceedings of a conference. This entry is identical to the 'inproceedings'
entry and is included for compatibility with BiBTex.
|
|
INBOOK
const short INBOOK = 4;
- Description
- A part of a book, which may be a chapter and/or a range of pages.
|
|
INCOLLECTION
const short INCOLLECTION = 5;
- Description
- A part of a book with its own title.
|
|
INPROCEEDINGS
const short INPROCEEDINGS = 6;
- Description
- An article in the proceedings of a conference.
|
|
JOURNAL
const short JOURNAL = 7;
- Description
- A journal or magazine.
|
|
MANUAL
const short MANUAL = 8;
- Description
- Technical documentation.
|
|
MASTERSTHESIS
const short MASTERSTHESIS = 9;
- Description
- A Master's thesis.
|
|
MISC
const short MISC = 10;
- Description
- This type is used when nothing else seems appropriate.
|
|
PHDTHESIS
const short PHDTHESIS = 11;
- Description
- A PhD thesis.
|
|
PROCEEDINGS
const short PROCEEDINGS = 12;
- Description
- The proceedings of a conference.
|
|
TECHREPORT
const short TECHREPORT = 13;
- Description
- A report published by a school or other institution, usually numbered within a series.
|
|
UNPUBLISHED
const short UNPUBLISHED = 14;
- Description
- A document with an author and title, but not formally published.
|
|
EMAIL
const short EMAIL = 15;
- Description
- An eMail document
|
|
WWW
const short WWW = 16;
- Description
- A Web document
|
|
CUSTOM1
const short CUSTOM1 = 17;
- Description
- A user defined document type
|
|
CUSTOM2
const short CUSTOM2 = 18;
- Description
- A user defined document type
|
|
CUSTOM3
const short CUSTOM3 = 19;
- Description
- A user defined document type
|
|
CUSTOM4
const short CUSTOM4 = 20;
- Description
- A user defined document type
|
|
CUSTOM5
const short CUSTOM5 = 21;
- Description
- A user defined document type
|
|
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.