Enum Class Reader.Res3Sigma

java.lang.Object
java.lang.Enum<Reader.Res3Sigma>
org.jlab.clas.decay.banks.Reader.Res3Sigma
All Implemented Interfaces:
Serializable, Comparable<Reader.Res3Sigma>, Constable
Enclosing class:
Reader

public static enum Reader.Res3Sigma extends Enum<Reader.Res3Sigma>
  • Enum Constant Details

  • Method Details

    • values

      public static Reader.Res3Sigma[] 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 Reader.Res3Sigma 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
    • getResolution

      public double getResolution()