|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<TechnicalInformation.Type>
weka.core.TechnicalInformation.Type
public static enum TechnicalInformation.Type
the different types of information
Enum Constant Summary | |
---|---|
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
The same as inproceedings. |
|
INBOOK
A part of a book, which may be a chapter (or section or whatever) and/or a range of pages. |
|
INCOLLECTION
A part of a book having its own title. |
|
INPROCEEDINGS
An article in a conference proceedings. |
|
MANUAL
Technical documentation. |
|
MASTERSTHESIS
A Master's thesis. |
|
MISC
Use this type when nothing else fits. |
|
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 having an author and title, but not formally published. |
Method Summary | |
---|---|
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.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TechnicalInformation.Type[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final TechnicalInformation.Type ARTICLE
public static final TechnicalInformation.Type BOOK
public static final TechnicalInformation.Type BOOKLET
public static final TechnicalInformation.Type CONFERENCE
public static final TechnicalInformation.Type INBOOK
public static final TechnicalInformation.Type INCOLLECTION
public static final TechnicalInformation.Type INPROCEEDINGS
public static final TechnicalInformation.Type MANUAL
public static final TechnicalInformation.Type MASTERSTHESIS
public static final TechnicalInformation.Type MISC
public static final TechnicalInformation.Type PHDTHESIS
public static final TechnicalInformation.Type PROCEEDINGS
public static final TechnicalInformation.Type TECHREPORT
public static final TechnicalInformation.Type UNPUBLISHED
Method Detail |
---|
public static TechnicalInformation.Type[] values()
for (TechnicalInformation.Type c : TechnicalInformation.Type.values()) System.out.println(c);
public static TechnicalInformation.Type 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 name
java.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.Type>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |