Uses of Enum
org.biojava.nbio.structure.io.LocalPDBDirectory.FetchBehavior
Packages that use LocalPDBDirectory.FetchBehavior
Package
Description
Input and Output of Structures
-
Uses of LocalPDBDirectory.FetchBehavior in org.biojava.nbio.structure.align.util
Methods in org.biojava.nbio.structure.align.util that return LocalPDBDirectory.FetchBehaviorModifier and TypeMethodDescriptionAtomCache.getFetchBehavior()
Get the behavior for fetching files from the serverUserConfiguration.getFetchBehavior()
Methods in org.biojava.nbio.structure.align.util with parameters of type LocalPDBDirectory.FetchBehaviorModifier and TypeMethodDescriptionvoid
AtomCache.setFetchBehavior
(LocalPDBDirectory.FetchBehavior fetchBehavior) Set the behavior for fetching files from the servervoid
UserConfiguration.setFetchBehavior
(LocalPDBDirectory.FetchBehavior fetchBehavior) -
Uses of LocalPDBDirectory.FetchBehavior in org.biojava.nbio.structure.io
Fields in org.biojava.nbio.structure.io declared as LocalPDBDirectory.FetchBehaviorModifier and TypeFieldDescriptionstatic final LocalPDBDirectory.FetchBehavior
LocalPDBDirectory.FetchBehavior.DEFAULT
Methods in org.biojava.nbio.structure.io that return LocalPDBDirectory.FetchBehaviorModifier and TypeMethodDescriptionLocalPDBDirectory.getFetchBehavior()
Get the behavior for fetching files from the serverReturns the enum constant of this type with the specified name.static LocalPDBDirectory.FetchBehavior[]
LocalPDBDirectory.FetchBehavior.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.FetchBehaviorModifier and TypeMethodDescriptionvoid
LocalPDBDirectory.setFetchBehavior
(LocalPDBDirectory.FetchBehavior fetchBehavior) Set the behavior for fetching files from the server.