public enum ExportStatus extends Enum<ExportStatus>
ExportInfo
or ExportInfoFileHandle
.
The types are
Enum Constant and Description |
---|
CREATED
Used to flag an element as created ( = a new one ).
|
DELETED
Used to flag an element as deleted ( = an old one that no longer exists ).
|
MOVED
Used to flag an element as moved ( = an old one that has been moved to different location).
|
UPDATED
Used to flag an element as updated ( = an old - but changed - one).
|
Modifier and Type | Method and Description |
---|---|
static ExportStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExportStatus CREATED
public static final ExportStatus UPDATED
moved
.public static final ExportStatus DELETED
public static final ExportStatus MOVED
public static ExportStatus[] values()
for (ExportStatus c : ExportStatus.values()) System.out.println(c);
public static ExportStatus 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 nullCopyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210