public static enum LocalPDBDirectory.ObsoleteBehavior extends Enum<LocalPDBDirectory.ObsoleteBehavior>
LocalPDBDirectory.setObsoleteBehavior(ObsoleteBehavior)
Enum Constant and Description |
---|
FETCH_CURRENT
Fetch the most recent version of the PDB entry.
|
FETCH_OBSOLETE
Fetch the obsolete entry from the PDB archives.
|
THROW_EXCEPTION
Throw a StructureException for obsolete entries.
|
Modifier and Type | Field and Description |
---|---|
static LocalPDBDirectory.ObsoleteBehavior |
DEFAULT |
Modifier and Type | Method and Description |
---|---|
static LocalPDBDirectory.ObsoleteBehavior |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocalPDBDirectory.ObsoleteBehavior[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LocalPDBDirectory.ObsoleteBehavior FETCH_CURRENT
public static final LocalPDBDirectory.ObsoleteBehavior FETCH_OBSOLETE
public static final LocalPDBDirectory.ObsoleteBehavior THROW_EXCEPTION
public static final LocalPDBDirectory.ObsoleteBehavior DEFAULT
public static LocalPDBDirectory.ObsoleteBehavior[] values()
for (LocalPDBDirectory.ObsoleteBehavior c : LocalPDBDirectory.ObsoleteBehavior.values()) System.out.println(c);
public static LocalPDBDirectory.ObsoleteBehavior 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 nullCopyright © 2000–2019 BioJava. All rights reserved.