public enum RISType extends Enum<RISType>
| Enum Constant and Description |
|---|
ABST |
ADVS |
AGGR |
ANCIENT |
ART |
BILL |
BLOG |
BOOK |
CASE |
CHAP |
CHART |
CLSWK |
COMP |
CONF |
CPAPER |
CTLG |
DATA |
DBASE |
DICT |
EBOOK |
ECHAP |
EDBOOK |
EJOUR |
ELEC |
ENCYC |
EQUA |
FIGURE |
GEN |
GOVDOC |
GRANT |
HEAR |
ICOMM |
INPR |
JFULL |
JOUR |
LEGAL |
MANSCPT |
MAP |
MGZN |
MPCT |
MULTI |
MUSIC |
NEWS |
PAMP |
PAT |
PCOMM |
RPRT |
SER |
SLIDE |
SOUND |
STAND |
STAT |
STD |
THES |
UNPB |
VIDEO |
| Modifier and Type | Method and Description |
|---|---|
static RISType |
fromString(String str)
Converts the given string to a RISType
|
String |
toString() |
static RISType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RISType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RISType ABST
public static final RISType ADVS
public static final RISType AGGR
public static final RISType ANCIENT
public static final RISType ART
public static final RISType BILL
public static final RISType BLOG
public static final RISType BOOK
public static final RISType CASE
public static final RISType CHAP
public static final RISType CHART
public static final RISType CLSWK
public static final RISType COMP
public static final RISType CONF
public static final RISType CPAPER
public static final RISType CTLG
public static final RISType DATA
public static final RISType DBASE
public static final RISType DICT
public static final RISType EBOOK
public static final RISType ECHAP
public static final RISType EDBOOK
public static final RISType EJOUR
public static final RISType ELEC
public static final RISType ENCYC
public static final RISType EQUA
public static final RISType FIGURE
public static final RISType GEN
public static final RISType GOVDOC
public static final RISType GRANT
public static final RISType HEAR
public static final RISType ICOMM
public static final RISType INPR
public static final RISType JFULL
public static final RISType JOUR
public static final RISType LEGAL
public static final RISType MANSCPT
public static final RISType MAP
public static final RISType MGZN
public static final RISType MPCT
public static final RISType MULTI
public static final RISType MUSIC
public static final RISType NEWS
public static final RISType PAMP
public static final RISType PAT
public static final RISType PCOMM
public static final RISType RPRT
public static final RISType SER
public static final RISType SLIDE
public static final RISType SOUND
public static final RISType STAND
public static final RISType STAT
public static final RISType STD
public static final RISType THES
public static final RISType UNPB
public static final RISType VIDEO
public static RISType[] values()
for (RISType c : RISType.values()) System.out.println(c);
public static RISType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null