java.lang.Object
java.lang.Enum<S42Dstype>
com.blackhillsoftware.smf.smf42.subtype6.S42Dstype
All Implemented Interfaces:
Serializable, Comparable<S42Dstype>, java.lang.constant.Constable

public enum S42Dstype extends Enum<S42Dstype>
  • Enum Constant Details

    • OTHER

      public static final S42Dstype OTHER
    • PHYSICAL_SEQUENTIAL

      public static final S42Dstype PHYSICAL_SEQUENTIAL
    • PDS

      public static final S42Dstype PDS
    • PDSE

      public static final S42Dstype PDSE
    • DIRECT_ACCESS

      public static final S42Dstype DIRECT_ACCESS
    • ISAM

      public static final S42Dstype ISAM
    • EXCP

      public static final S42Dstype EXCP
    • EXTENDED_PHYSICAL_SEQUENTIAL

      public static final S42Dstype EXTENDED_PHYSICAL_SEQUENTIAL
    • HFS

      public static final S42Dstype HFS
    • KSDS_DATA

      public static final S42Dstype KSDS_DATA
    • KSDS_INDEX

      public static final S42Dstype KSDS_INDEX
    • VARIABLE_RRDS_DATA

      public static final S42Dstype VARIABLE_RRDS_DATA
    • VARIABLE_RRDS_INDEX

      public static final S42Dstype VARIABLE_RRDS_INDEX
    • FIXED_RRDS

      public static final S42Dstype FIXED_RRDS
    • LINEAR

      public static final S42Dstype LINEAR
    • ESDS

      public static final S42Dstype ESDS
    • UNKNOWN

      public static final S42Dstype UNKNOWN
  • Method Details

    • values

      public static S42Dstype[] 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 S42Dstype 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
    • forDstypeId

      public static S42Dstype forDstypeId(int id)
    • dsTypeId

      public int dsTypeId()