Uses of Class
org.biojava.nbio.structure.io.LocalPDBDirectory.FetchBehavior
-
Packages that use LocalPDBDirectory.FetchBehavior Package Description org.biojava.nbio.structure.align.util org.biojava.nbio.structure.io 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.FetchBehavior Modifier and Type Method Description LocalPDBDirectory.FetchBehavior
AtomCache. getFetchBehavior()
Get the behavior for fetching files from the serverLocalPDBDirectory.FetchBehavior
UserConfiguration. getFetchBehavior()
Methods in org.biojava.nbio.structure.align.util with parameters of type LocalPDBDirectory.FetchBehavior Modifier and Type Method Description void
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.FetchBehavior Modifier and Type Field Description static LocalPDBDirectory.FetchBehavior
LocalPDBDirectory.FetchBehavior. DEFAULT
Methods in org.biojava.nbio.structure.io that return LocalPDBDirectory.FetchBehavior Modifier and Type Method Description LocalPDBDirectory.FetchBehavior
LocalPDBDirectory. getFetchBehavior()
Get the behavior for fetching files from the serverstatic LocalPDBDirectory.FetchBehavior
LocalPDBDirectory.FetchBehavior. valueOf(String name)
Returns 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.FetchBehavior Modifier and Type Method Description void
LocalPDBDirectory. setFetchBehavior(LocalPDBDirectory.FetchBehavior fetchBehavior)
Set the behavior for fetching files from the server.
-