public static enum ProductItem.EnumMarkedForProductLaunch extends Enum<ProductItem.EnumMarkedForProductLaunch>
| Enum Constant and Description |
|---|
VALUE_DEFAULT |
VALUE_MARKED |
VALUE_NOT_MARKED |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ProductItem.EnumMarkedForProductLaunch |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductItem.EnumMarkedForProductLaunch[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="default") public static final ProductItem.EnumMarkedForProductLaunch VALUE_DEFAULT
@SerializedName(value="marked") public static final ProductItem.EnumMarkedForProductLaunch VALUE_MARKED
@SerializedName(value="not_marked") public static final ProductItem.EnumMarkedForProductLaunch VALUE_NOT_MARKED
public static ProductItem.EnumMarkedForProductLaunch[] values()
for (ProductItem.EnumMarkedForProductLaunch c : ProductItem.EnumMarkedForProductLaunch.values()) System.out.println(c);
public static ProductItem.EnumMarkedForProductLaunch 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<ProductItem.EnumMarkedForProductLaunch>Copyright © 2024. All rights reserved.