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
Subclasses with type arguments of type Utilities.FileType in ffx.potentialModifier and TypeClassDescriptionstatic enumAn enumeration of recognized file types.Methods in ffx.potential that return Utilities.FileTypeModifier and TypeMethodDescriptionstatic Utilities.FileTypeReturns 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.FileTypeSystemFilter.fileTypeThe file format being handled.Methods in ffx.potential.parsers that return Utilities.FileTypeMethods in ffx.potential.parsers with parameters of type Utilities.FileType