java.lang.Object
java.lang.Enum<EntryType>
com.blackhillsoftware.smf.smf60.EntryType
All Implemented Interfaces:
Serializable, Comparable<EntryType>, java.lang.constant.Constable

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

    • NonVsamDataset

      public static final EntryType NonVsamDataset
    • GdgBase

      public static final EntryType GdgBase
    • Cluster

      public static final EntryType Cluster
    • Dataset

      public static final EntryType Dataset
    • VsamExtensionRecord

      public static final EntryType VsamExtensionRecord
    • FreeSpace

      public static final EntryType FreeSpace
    • AlternateIndex

      public static final EntryType AlternateIndex
    • ActiveGdsEntry

      public static final EntryType ActiveGdsEntry
    • Index

      public static final EntryType Index
    • GdgExtension

      public static final EntryType GdgExtension
    • VVR

      public static final EntryType VVR
    • LibraryControlSystemLibraryRecord

      public static final EntryType LibraryControlSystemLibraryRecord
    • MasterCatalog

      public static final EntryType MasterCatalog
    • NonVsamRecordHeader

      public static final EntryType NonVsamRecordHeader
    • OamNonVsamRecord

      public static final EntryType OamNonVsamRecord
    • PageSpace

      public static final EntryType PageSpace
    • VvrSecondaryHeader

      public static final EntryType VvrSecondaryHeader
    • Path

      public static final EntryType Path
    • TrueNameRecord

      public static final EntryType TrueNameRecord
    • UserCatalog

      public static final EntryType UserCatalog
    • Volume

      public static final EntryType Volume
    • LibraryControlSystemVolume

      public static final EntryType LibraryControlSystemVolume
    • AliasRecord

      public static final EntryType AliasRecord
    • Upgrade

      public static final EntryType Upgrade
    • VvrPrimaryHeader

      public static final EntryType VvrPrimaryHeader
    • NormalNonVsamRecord

      public static final EntryType NormalNonVsamRecord
    • Jes3Record

      public static final EntryType Jes3Record
    • UnRecognized

      public static final EntryType UnRecognized
  • Method Details

    • values

      public static EntryType[] 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 EntryType 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
    • fromInt

      public static EntryType fromInt(int i)