public enum ERecordFormat extends java.lang.Enum<ERecordFormat>
| Enum Constant and Description |
|---|
F |
FA |
FB |
FBA |
FBM |
FBS |
FM |
FS |
U |
UNKNOWN |
V |
VA |
VB |
VBA |
VBM |
VBS |
VM |
VS |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String[] |
getZOSValidRecordFormatLiterals() |
static ERecordFormat[] |
getZOSValidRecordFormats() |
static ERecordFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ERecordFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ERecordFormat F
public static final ERecordFormat FA
public static final ERecordFormat FB
public static final ERecordFormat FM
public static final ERecordFormat FS
public static final ERecordFormat FBA
public static final ERecordFormat FBM
public static final ERecordFormat FBS
public static final ERecordFormat V
public static final ERecordFormat VA
public static final ERecordFormat VB
public static final ERecordFormat VM
public static final ERecordFormat VS
public static final ERecordFormat VBA
public static final ERecordFormat VBM
public static final ERecordFormat VBS
public static final ERecordFormat U
public static final ERecordFormat UNKNOWN
public static ERecordFormat[] values()
for (ERecordFormat c : ERecordFormat.values()) System.out.println(c);
public static ERecordFormat 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 nullpublic static ERecordFormat[] getZOSValidRecordFormats()
public static java.lang.String[] getZOSValidRecordFormatLiterals()
Copyright © 2015 Micro Focus GmbH. All rights reserved.