Enum charls.charls_compressed_data_format

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

static enum charls.charls_compressed_data_format extends Enum<charls.charls_compressed_data_format>
  • Enum Constant Details

  • Field Details

    • numVal

      private final int numVal
  • Constructor Details

    • charls_compressed_data_format

      private charls_compressed_data_format(int numVal)
  • Method Details

    • values

      public static charls.charls_compressed_data_format[] 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 charls.charls_compressed_data_format 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
    • getNumVal

      public int getNumVal()