Uses of Enum
org.biojava.nbio.structure.io.LocalPDBDirectory.ObsoleteBehavior
Package
Description
Input and Output of Structures
-
Uses of LocalPDBDirectory.ObsoleteBehavior in org.biojava.nbio.structure.align.util
Modifier and TypeMethodDescriptionAtomCache.getObsoleteBehavior()
Returns how this instance deals with obsolete entries.UserConfiguration.getObsoleteBehavior()
Modifier and TypeMethodDescriptionvoid
AtomCache.setObsoleteBehavior
(LocalPDBDirectory.ObsoleteBehavior behavior) [Optional] This method changes the behavior when obsolete entries are requested.void
UserConfiguration.setObsoleteBehavior
(LocalPDBDirectory.ObsoleteBehavior obsoleteBehavior) -
Uses of LocalPDBDirectory.ObsoleteBehavior in org.biojava.nbio.structure.io
Modifier and TypeFieldDescriptionstatic final LocalPDBDirectory.ObsoleteBehavior
LocalPDBDirectory.ObsoleteBehavior.DEFAULT
Modifier and TypeMethodDescriptionLocalPDBDirectory.getObsoleteBehavior()
Returns how this instance deals with obsolete entries.Returns the enum constant of this type with the specified name.static LocalPDBDirectory.ObsoleteBehavior[]
LocalPDBDirectory.ObsoleteBehavior.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
LocalPDBDirectory.setObsoleteBehavior
(LocalPDBDirectory.ObsoleteBehavior behavior) [Optional] This method changes the behavior when obsolete entries are requested.