Package ffx.utilities

Enum Class PropertyGroup

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

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

    • EnergyUnitConversion

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

      public static final PropertyGroup ElectrostaticsFunctionalForm
      Electrostatics functional form.
    • ImplicitSolvent

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

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

      public static final PropertyGroup PotentialFunctionParameter
      Potential function parameter.
    • PotentialFunctionSelection

      public static final PropertyGroup PotentialFunctionSelection
      Potential function selection.
    • UnitCellAndSpaceGroup

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

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

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

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

      public static final PropertyGroup ConstantPhMolecularDynamics
      Constant pH molecular dynamics parameters.
    • StructuralRefinement

      public static final PropertyGroup StructuralRefinement
      Refinement parameters.
  • Method Details

    • values

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