public enum EDataSetType extends java.lang.Enum<EDataSetType>
| Enum Constant and Description |
|---|
BASIC
BASIC
|
EXTPREF
EXTPREF
|
EXTREQ
EXTREQ
|
GDG
GDG Data set
|
HFS
HFS
|
LARGE
LARGE
|
LIBRARY
Library (PDSE)
|
NONE
None (Unknown)
|
PDS
PDS
|
SEQ
Sequential
|
VSAM
VSAM data set
|
| Modifier and Type | Method and Description |
|---|---|
static EDataSetType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EDataSetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EDataSetType NONE
public static final EDataSetType LIBRARY
public static final EDataSetType HFS
public static final EDataSetType PDS
public static final EDataSetType LARGE
public static final EDataSetType BASIC
public static final EDataSetType EXTREQ
public static final EDataSetType EXTPREF
public static final EDataSetType SEQ
public static final EDataSetType VSAM
public static final EDataSetType GDG
public static EDataSetType[] values()
for (EDataSetType c : EDataSetType.values()) System.out.println(c);
public static EDataSetType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2015 Micro Focus GmbH. All rights reserved.