public static enum ExportConfig.ValidationMode extends java.lang.Enum<ExportConfig.ValidationMode>
| Enum Constant and Description |
|---|
RELAXED
Represents the EXPORT_REIMPORT_RELAXED mode.
|
STRICT
Represents the EXPORT_REIMPORT_STRICT mode.
|
WITHOUT
Represents the EXPORT_ONLY mode.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode() |
static ExportConfig.ValidationMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExportConfig.ValidationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExportConfig.ValidationMode STRICT
public static final ExportConfig.ValidationMode RELAXED
public static final ExportConfig.ValidationMode WITHOUT
public static ExportConfig.ValidationMode[] values()
for (ExportConfig.ValidationMode c : ExportConfig.ValidationMode.values()) System.out.println(c);
public static ExportConfig.ValidationMode 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 java.lang.String getCode()
Copyright © 2018 SAP SE. All Rights Reserved.