Enum charls.charls_constants

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

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

  • Field Details

    • numVal

      private final int numVal
  • Constructor Details

    • charls_constants

      private charls_constants(int numVal)
  • Method Details

    • values

      public static charls.charls_constants[] 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_constants 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()