public static enum ProductCatalog.EnumUploadPhase extends Enum<ProductCatalog.EnumUploadPhase>
| Enum Constant and Description |
|---|
NULL |
VALUE_CANCEL |
VALUE_FINISH |
VALUE_START |
VALUE_TRANSFER |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ProductCatalog.EnumUploadPhase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductCatalog.EnumUploadPhase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProductCatalog.EnumUploadPhase VALUE_START
public static final ProductCatalog.EnumUploadPhase VALUE_TRANSFER
public static final ProductCatalog.EnumUploadPhase VALUE_FINISH
public static final ProductCatalog.EnumUploadPhase VALUE_CANCEL
public static final ProductCatalog.EnumUploadPhase NULL
public static ProductCatalog.EnumUploadPhase[] values()
for (ProductCatalog.EnumUploadPhase c : ProductCatalog.EnumUploadPhase.values()) System.out.println(c);
public static ProductCatalog.EnumUploadPhase 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<ProductCatalog.EnumUploadPhase>Copyright © 2018. All rights reserved.