public static enum Export.TypeEnum extends Enum<Export.TypeEnum>
| Enum Constant and Description |
|---|
AUDIT_LOG |
AUDIT_LOG_LEGACY |
INVENTORY_EXPORT |
INVENTORY_IMPORT |
REPORT_SYNC |
SNAPSHOT |
WS_SYNC |
| Modifier and Type | Method and Description |
|---|---|
static Export.TypeEnum |
fromValue(String text) |
String |
toString() |
static Export.TypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Export.TypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Export.TypeEnum AUDIT_LOG
public static final Export.TypeEnum SNAPSHOT
public static final Export.TypeEnum INVENTORY_IMPORT
public static final Export.TypeEnum INVENTORY_EXPORT
public static final Export.TypeEnum WS_SYNC
public static final Export.TypeEnum REPORT_SYNC
public static final Export.TypeEnum AUDIT_LOG_LEGACY
public static Export.TypeEnum[] values()
for (Export.TypeEnum c : Export.TypeEnum.values()) System.out.println(c);
public static Export.TypeEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<Export.TypeEnum>public static Export.TypeEnum fromValue(String text)
Copyright © 2019 LeanIX GmbH. All rights reserved.