Uses of Enum
org.biojava.nbio.structure.io.LocalPDBDirectory.ObsoleteBehavior
Packages that use LocalPDBDirectory.ObsoleteBehavior
Package
Description
Input and Output of Structures
-
Uses of LocalPDBDirectory.ObsoleteBehavior in org.biojava.nbio.structure.align.util
Methods in org.biojava.nbio.structure.align.util that return LocalPDBDirectory.ObsoleteBehaviorModifier and TypeMethodDescriptionAtomCache.getObsoleteBehavior()Returns how this instance deals with obsolete entries.UserConfiguration.getObsoleteBehavior()Methods in org.biojava.nbio.structure.align.util with parameters of type LocalPDBDirectory.ObsoleteBehaviorModifier and TypeMethodDescriptionvoidAtomCache.setObsoleteBehavior(LocalPDBDirectory.ObsoleteBehavior behavior) [Optional] This method changes the behavior when obsolete entries are requested.voidUserConfiguration.setObsoleteBehavior(LocalPDBDirectory.ObsoleteBehavior obsoleteBehavior) -
Uses of LocalPDBDirectory.ObsoleteBehavior in org.biojava.nbio.structure.io
Fields in org.biojava.nbio.structure.io declared as LocalPDBDirectory.ObsoleteBehaviorModifier and TypeFieldDescriptionstatic final LocalPDBDirectory.ObsoleteBehaviorLocalPDBDirectory.ObsoleteBehavior.DEFAULTMethods in org.biojava.nbio.structure.io that return LocalPDBDirectory.ObsoleteBehaviorModifier 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.Methods in org.biojava.nbio.structure.io with parameters of type LocalPDBDirectory.ObsoleteBehaviorModifier and TypeMethodDescriptionvoidLocalPDBDirectory.setObsoleteBehavior(LocalPDBDirectory.ObsoleteBehavior behavior) [Optional] This method changes the behavior when obsolete entries are requested.