public enum EntryType extends Enum<EntryType>
Modifier and Type | Method and Description |
---|---|
static EntryType |
fromInt(int i) |
static EntryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntryType NonVsamDataset
public static final EntryType GdgBase
public static final EntryType Cluster
public static final EntryType Dataset
public static final EntryType VsamExtensionRecord
public static final EntryType FreeSpace
public static final EntryType AlternateIndex
public static final EntryType ActiveGdsEntry
public static final EntryType Index
public static final EntryType GdgExtension
public static final EntryType VVR
public static final EntryType LibraryControlSystemLibraryRecord
public static final EntryType MasterCatalog
public static final EntryType NonVsamRecordHeader
public static final EntryType OamNonVsamRecord
public static final EntryType PageSpace
public static final EntryType VvrSecondaryHeader
public static final EntryType Path
public static final EntryType TrueNameRecord
public static final EntryType UserCatalog
public static final EntryType Volume
public static final EntryType LibraryControlSystemVolume
public static final EntryType AliasRecord
public static final EntryType Upgrade
public static final EntryType VvrPrimaryHeader
public static final EntryType NormalNonVsamRecord
public static final EntryType Jes3Record
public static final EntryType UnRecognized
public static EntryType[] values()
for (EntryType c : EntryType.values()) System.out.println(c);
public static EntryType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static EntryType fromInt(int i)
Copyright © 2020 Black Hill Software Pty Ltd. All rights reserved.