java.lang.Object
java.lang.Enum<Qwhs.Field>
com.blackhillsoftware.smf.db2.section.Qwhs.Field
All Implemented Interfaces:
Serializable, Comparable<Qwhs.Field>, java.lang.constant.Constable
Enclosing class:
Qwhs

public static enum Qwhs.Field extends Enum<Qwhs.Field>
  • Enum Constant Details

    • qwhslen

      public static final Qwhs.Field qwhslen
    • qwhstyp

      public static final Qwhs.Field qwhstyp
    • qwhsrmid

      public static final Qwhs.Field qwhsrmid
    • qwhsiid

      public static final Qwhs.Field qwhsiid
    • qwhsnsda

      public static final Qwhs.Field qwhsnsda
    • qwhsrn

      public static final Qwhs.Field qwhsrn
    • qwhsace

      public static final Qwhs.Field qwhsace
    • qwhsssid

      public static final Qwhs.Field qwhsssid
    • qwhsstck

      public static final Qwhs.Field qwhsstck
    • qwhsiseq

      public static final Qwhs.Field qwhsiseq
    • qwhswseq

      public static final Qwhs.Field qwhswseq
    • qwhsmtn

      public static final Qwhs.Field qwhsmtn
    • qwhslocn

      public static final Qwhs.Field qwhslocn
    • qwhslwid

      public static final Qwhs.Field qwhslwid
    • qwhsnid

      public static final Qwhs.Field qwhsnid
    • qwhslunm

      public static final Qwhs.Field qwhslunm
    • qwhsluuv

      public static final Qwhs.Field qwhsluuv
    • qwhslucc

      public static final Qwhs.Field qwhslucc
    • qwhsflag

      public static final Qwhs.Field qwhsflag
    • qwhslocnOff

      public static final Qwhs.Field qwhslocnOff
    • qwhssubv

      public static final Qwhs.Field qwhssubv
    • qwhssid

      public static final Qwhs.Field qwhssid
    • qwhsModLvl

      public static final Qwhs.Field qwhsModLvl
    • qwhsRecIncompat

      public static final Qwhs.Field qwhsRecIncompat
    • qwhsRecCompat

      public static final Qwhs.Field qwhsRecCompat
  • Field Details

    • offset

      public final transient int offset
    • length

      public final transient int length
  • Method Details

    • values

      public static Qwhs.Field[] 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 Qwhs.Field 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