public static enum ServiceModel.ImportItemStatusType extends Enum<ServiceModel.ImportItemStatusType>
| Enum Constant and Description |
|---|
ERROR |
EXPECTED |
NEW |
SKIPPED |
UPDATE |
| Modifier and Type | Method and Description |
|---|---|
static ServiceModel.ImportItemStatusType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceModel.ImportItemStatusType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceModel.ImportItemStatusType ERROR
public static final ServiceModel.ImportItemStatusType NEW
public static final ServiceModel.ImportItemStatusType UPDATE
public static final ServiceModel.ImportItemStatusType EXPECTED
public static final ServiceModel.ImportItemStatusType SKIPPED
public static ServiceModel.ImportItemStatusType[] values()
for (ServiceModel.ImportItemStatusType c : ServiceModel.ImportItemStatusType.values()) System.out.println(c);
public static ServiceModel.ImportItemStatusType 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 © 2022. All rights reserved.