Enum libjpeg.J_DCT_METHOD

java.lang.Object
java.lang.Enum<libjpeg.J_DCT_METHOD>
gov.nih.mipav.model.file.libjpeg.J_DCT_METHOD
All Implemented Interfaces:
Serializable, Comparable<libjpeg.J_DCT_METHOD>, java.lang.constant.Constable
Enclosing class:
libjpeg

public static enum libjpeg.J_DCT_METHOD extends Enum<libjpeg.J_DCT_METHOD>
  • Enum Constant Details

  • Constructor Details

    • J_DCT_METHOD

      private J_DCT_METHOD()
  • Method Details

    • values

      public static libjpeg.J_DCT_METHOD[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static libjpeg.J_DCT_METHOD valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null