Package ffx.utilities
Enum Class KeywordGroup
- All Implemented Interfaces:
Serializable
,Comparable<KeywordGroup>
,Constable
The Keyword Group for an FFX Keyword.
- Since:
- 1.0
- Author:
- Michael J. Schnieders
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionConstant pH molecular dynamics parameters.Electrostatics functional form.Energy unit conversion factors.Implicit solvent functional form.Local geometry functional form.Non-bonded cutoff.Particle-mesh Ewald parameters.Potential function parameter.Potential function selection.Refinement parameters.Unit cell and space group.Van der Waals functional form. -
Method Summary
Modifier and TypeMethodDescriptionstatic KeywordGroup
Returns the enum constant of this class with the specified name.static KeywordGroup[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
EnergyUnitConversion
Energy unit conversion factors. -
ElectrostaticsFunctionalForm
Electrostatics functional form. -
ImplicitSolvent
Implicit solvent functional form. -
LocalGeometryFunctionalForm
Local geometry functional form. -
PotentialFunctionParameter
Potential function parameter. -
PotentialFunctionSelection
Potential function selection. -
UnitCellAndSpaceGroup
Unit cell and space group. -
VanDerWaalsFunctionalForm
Van der Waals functional form. -
NonBondedCutoff
Non-bonded cutoff. -
ParticleMeshEwald
Particle-mesh Ewald parameters. -
ConstantPhMolecularDynamics
Constant pH molecular dynamics parameters. -
Refinement
Refinement parameters.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-