public static enum RISReference.ReprintType extends java.lang.Enum<RISReference.ReprintType>
Enum Constant and Description |
---|
IN_FILE |
NOT_IN_FILE |
ON_REQUEST |
Modifier and Type | Method and Description |
---|---|
static RISReference.ReprintType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RISReference.ReprintType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RISReference.ReprintType ON_REQUEST
public static final RISReference.ReprintType NOT_IN_FILE
public static final RISReference.ReprintType IN_FILE
public static RISReference.ReprintType[] values()
for (RISReference.ReprintType c : RISReference.ReprintType.values()) System.out.println(c);
public static RISReference.ReprintType 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 namejava.lang.NullPointerException
- if the argument is nullCopyright 2004-2015 Wandora Team