public enum EErrorFeedbackEntryType extends java.lang.Enum<EErrorFeedbackEntryType>
IErrorFeedbackEntry.| Enum Constant and Description |
|---|
LOCAL_FILE
Local file
|
MVS_PO_MEMBER
MVS PO Member
|
MVS_SEQ
MVS sequential data set
|
| Modifier and Type | Method and Description |
|---|---|
static EErrorFeedbackEntryType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EErrorFeedbackEntryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EErrorFeedbackEntryType MVS_PO_MEMBER
public static final EErrorFeedbackEntryType MVS_SEQ
public static final EErrorFeedbackEntryType LOCAL_FILE
public static EErrorFeedbackEntryType[] values()
for (EErrorFeedbackEntryType c : EErrorFeedbackEntryType.values()) System.out.println(c);
public static EErrorFeedbackEntryType 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.