Uses of Enum Class
ffx.potential.Utilities.FileType
Packages that use Utilities.FileType
Package
Description
The Potential package implements molecular mechanics force fields with shared memory Parallel
Java and via OpenMM.
The Parsers package handles reading/writing files to/from the internal data structure.
-
Uses of Utilities.FileType in ffx.potential
Methods in ffx.potential that return Utilities.FileTypeModifier and TypeMethodDescriptionstatic Utilities.FileType
Returns the enum constant of this class with the specified name.static Utilities.FileType[]
Utilities.FileType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Utilities.FileType in ffx.potential.parsers
Fields in ffx.potential.parsers declared as Utilities.FileTypeModifier and TypeFieldDescriptionprotected Utilities.FileType
SystemFilter.fileType
The file format being handled.Methods in ffx.potential.parsers that return Utilities.FileTypeMethods in ffx.potential.parsers with parameters of type Utilities.FileType