public static enum LocalPDBDirectory.ObsoleteBehavior extends java.lang.Enum<LocalPDBDirectory.ObsoleteBehavior>
LocalPDBDirectory.setObsoleteBehavior(ObsoleteBehavior)
Enum Constant | 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 | Description |
---|---|---|
static LocalPDBDirectory.ObsoleteBehavior |
DEFAULT |
Modifier and Type | Method | Description |
---|---|---|
static LocalPDBDirectory.ObsoleteBehavior |
valueOf(java.lang.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(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 null