Uses of Enum Class
ffx.potential.parsers.SystemFilter.Versioning
Packages that use SystemFilter.Versioning
Package
Description
The Parsers package handles reading/writing files to/from the internal data structure.
-
Uses of SystemFilter.Versioning in ffx.potential.parsers
Subclasses with type arguments of type SystemFilter.Versioning in ffx.potential.parsersMethods in ffx.potential.parsers that return SystemFilter.VersioningModifier and TypeMethodDescriptionstatic SystemFilter.VersioningReturns the enum constant of this class with the specified name.static SystemFilter.Versioning[]SystemFilter.Versioning.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ffx.potential.parsers with parameters of type SystemFilter.VersioningModifier and TypeMethodDescriptionstatic voidSystemFilter.setVersioning(SystemFilter.Versioning vers) Negative: prefix a version number; Positive: postfix; Zero: TINKER-style.