Enum libxl.State

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

static enum libxl.State extends Enum<libxl.State>
  • Enum Constant Details

    • kDecNull

      public static final libxl.State kDecNull
    • kDecStart

      public static final libxl.State kDecStart
    • kDecInHeader

      public static final libxl.State kDecInHeader
    • kDecHeaderDone

      public static final libxl.State kDecHeaderDone
    • kDecProcessMarkers

      public static final libxl.State kDecProcessMarkers
    • kDecProcessScan

      public static final libxl.State kDecProcessScan
    • kEncNull

      public static final libxl.State kEncNull
    • kEncStart

      public static final libxl.State kEncStart
    • kEncHeader

      public static final libxl.State kEncHeader
    • kEncReadImage

      public static final libxl.State kEncReadImage
    • kEncWriteCoeffs

      public static final libxl.State kEncWriteCoeffs
  • Constructor Details

    • State

      private State()
  • Method Details

    • values

      public static libxl.State[] 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 libxl.State 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