Package ffx.utilities

Enum Class KeywordGroup

java.lang.Object
java.lang.Enum<KeywordGroup>
ffx.utilities.KeywordGroup
All Implemented Interfaces:
Serializable, Comparable<KeywordGroup>, Constable

public enum KeywordGroup extends Enum<KeywordGroup>
The Keyword Group for an FFX Keyword.
Since:
1.0
Author:
Michael J. Schnieders
  • Enum Constant Details

    • EnergyUnitConversion

      public static final KeywordGroup EnergyUnitConversion
      Energy unit conversion factors.
    • ElectrostaticsFunctionalForm

      public static final KeywordGroup ElectrostaticsFunctionalForm
      Electrostatics functional form.
    • ImplicitSolvent

      public static final KeywordGroup ImplicitSolvent
      Implicit solvent functional form.
    • LocalGeometryFunctionalForm

      public static final KeywordGroup LocalGeometryFunctionalForm
      Local geometry functional form.
    • PotentialFunctionParameter

      public static final KeywordGroup PotentialFunctionParameter
      Potential function parameter.
    • PotentialFunctionSelection

      public static final KeywordGroup PotentialFunctionSelection
      Potential function selection.
    • UnitCellAndSpaceGroup

      public static final KeywordGroup UnitCellAndSpaceGroup
      Unit cell and space group.
    • VanDerWaalsFunctionalForm

      public static final KeywordGroup VanDerWaalsFunctionalForm
      Van der Waals functional form.
    • NonBondedCutoff

      public static final KeywordGroup NonBondedCutoff
      Non-bonded cutoff.
    • ParticleMeshEwald

      public static final KeywordGroup ParticleMeshEwald
      Particle-mesh Ewald parameters.
    • ConstantPhMolecularDynamics

      public static final KeywordGroup ConstantPhMolecularDynamics
      Constant pH molecular dynamics parameters.
    • Refinement

      public static final KeywordGroup Refinement
      Refinement parameters.
  • Method Details

    • values

      public static KeywordGroup[] 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

      public static KeywordGroup valueOf(String name)
      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 name
      NullPointerException - if the argument is null