SourceType

Inheritance: java.lang.Object

public class SourceType

Represents bibliography source types.

Fields

FieldDescription
ARTSpecifies the art source.
ARTICLE_IN_A_PERIODICALSpecifies the article in a periodical source.
BOOKSpecifies the book source.
BOOK_SECTIONSpecifies the book section source.
CASESpecifies the case source.
CONFERENCE_PROCEEDINGSSpecifies the conference proceedings source.
DOCUMENT_FROM_INTERNET_SITESpecifies the document from internet site source.
ELECTRONICSpecifies the electronic source.
FILMSpecifies the film source.
INTERNET_SITESpecifies the internet site source.
INTERVIEWSpecifies the interview source.
JOURNAL_ARTICLESpecifies the journal article source.
MISCSpecifies the miscellaneous source.
PATENTSpecifies the patent source.
PERFORMANCESpecifies the performance source.
REPORTSpecifies the reporter source.
SOUND_RECORDINGSpecifies the sound recording source.
length

Methods

MethodDescription
fromName(String sourceTypeName)
getName(int sourceType)
getValues()
toString(int sourceType)

ART

public static int ART

Specifies the art source.

ARTICLE_IN_A_PERIODICAL

public static int ARTICLE_IN_A_PERIODICAL

Specifies the article in a periodical source.

BOOK

public static int BOOK

Specifies the book source.

BOOK_SECTION

public static int BOOK_SECTION

Specifies the book section source.

CASE

public static int CASE

Specifies the case source.

CONFERENCE_PROCEEDINGS

public static int CONFERENCE_PROCEEDINGS

Specifies the conference proceedings source.

DOCUMENT_FROM_INTERNET_SITE

public static int DOCUMENT_FROM_INTERNET_SITE

Specifies the document from internet site source.

ELECTRONIC

public static int ELECTRONIC

Specifies the electronic source.

FILM

public static int FILM

Specifies the film source.

INTERNET_SITE

public static int INTERNET_SITE

Specifies the internet site source.

INTERVIEW

public static int INTERVIEW

Specifies the interview source.

JOURNAL_ARTICLE

public static int JOURNAL_ARTICLE

Specifies the journal article source.

MISC

public static int MISC

Specifies the miscellaneous source.

PATENT

public static int PATENT

Specifies the patent source.

PERFORMANCE

public static int PERFORMANCE

Specifies the performance source.

REPORT

public static int REPORT

Specifies the reporter source.

SOUND_RECORDING

public static int SOUND_RECORDING

Specifies the sound recording source.

length

public static int length

fromName(String sourceTypeName)

public static int fromName(String sourceTypeName)

Parameters:

ParameterTypeDescription
sourceTypeNamejava.lang.String

Returns: int

getName(int sourceType)

public static String getName(int sourceType)

Parameters:

ParameterTypeDescription
sourceTypeint

Returns: java.lang.String

getValues()

public static int[] getValues()

Returns: int[]

toString(int sourceType)

public static String toString(int sourceType)

Parameters:

ParameterTypeDescription
sourceTypeint

Returns: java.lang.String