public static enum PatchActionDataOption.Impex extends java.lang.Enum<PatchActionDataOption.Impex> implements PatchActionDataOption
PatchActionDataOption.Impex, PatchActionDataOption.Sql| Enum Constant and Description |
|---|
FILE_NAME |
HEADER_OPTIONS |
IMPORT_LANGUAGES |
IMPORT_OPTIONS |
RUN_AGAIN |
| Modifier and Type | Method and Description |
|---|---|
static PatchActionDataOption.Impex |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PatchActionDataOption.Impex[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PatchActionDataOption.Impex FILE_NAME
public static final PatchActionDataOption.Impex HEADER_OPTIONS
public static final PatchActionDataOption.Impex RUN_AGAIN
public static final PatchActionDataOption.Impex IMPORT_LANGUAGES
public static final PatchActionDataOption.Impex IMPORT_OPTIONS
public static PatchActionDataOption.Impex[] values()
for (PatchActionDataOption.Impex c : PatchActionDataOption.Impex.values()) System.out.println(c);
public static PatchActionDataOption.Impex 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 © 2018 SAP SE. All Rights Reserved.