Uses of Enum
org.biojava.nbio.structure.io.LocalPDBDirectory.FetchBehavior
Package
Description
Input and Output of Structures
-
Uses of LocalPDBDirectory.FetchBehavior in org.biojava.nbio.structure.align.util
Modifier and TypeMethodDescriptionAtomCache.getFetchBehavior()
Get the behavior for fetching files from the serverUserConfiguration.getFetchBehavior()
Modifier 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
Modifier and TypeFieldDescriptionstatic final LocalPDBDirectory.FetchBehavior
LocalPDBDirectory.FetchBehavior.DEFAULT
Modifier 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.Modifier and TypeMethodDescriptionvoid
LocalPDBDirectory.setFetchBehavior
(LocalPDBDirectory.FetchBehavior fetchBehavior) Set the behavior for fetching files from the server.