Enum Class TauP_ReflTransPlot.DegRayParam

java.lang.Object
java.lang.Enum<TauP_ReflTransPlot.DegRayParam>
edu.sc.seis.TauP.cmdline.TauP_ReflTransPlot.DegRayParam
All Implemented Interfaces:
Serializable, Comparable<TauP_ReflTransPlot.DegRayParam>, Constable
Enclosing class:
TauP_ReflTransPlot

public static enum TauP_ReflTransPlot.DegRayParam extends Enum<TauP_ReflTransPlot.DegRayParam>
  • Enum Constant Details

  • Method Details

    • values

      public static TauP_ReflTransPlot.DegRayParam[] 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 TauP_ReflTransPlot.DegRayParam 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
    • labelFor

      public static String labelFor(TauP_ReflTransPlot.DegRayParam val)