public static enum Product.BackorderType extends Enum<Product.BackorderType>
| Modifier and Type | Method and Description |
|---|---|
String |
jsonValue() |
static Product.BackorderType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Product.BackorderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Product.BackorderType NO
public static final Product.BackorderType NOTIFY
public static final Product.BackorderType YES
public static Product.BackorderType[] values()
for (Product.BackorderType c : Product.BackorderType.values()) System.out.println(c);
public static Product.BackorderType 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 jsonValue()
Copyright © 2017 Netgrid. All rights reserved.