public static enum OSellerProduct.DeliveryMethodEnum extends Enum<OSellerProduct.DeliveryMethodEnum>
Enum Constant and Description |
---|
AGENT_BUY |
COLD_FRESH |
INSTRUCTURE |
MAKE_ORDER |
MAKE_ORDER_DIRECT |
SEQUENCIAL |
VENDOR_DIRECT |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static OSellerProduct.DeliveryMethodEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OSellerProduct.DeliveryMethodEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OSellerProduct.DeliveryMethodEnum SEQUENCIAL
public static final OSellerProduct.DeliveryMethodEnum VENDOR_DIRECT
public static final OSellerProduct.DeliveryMethodEnum MAKE_ORDER
public static final OSellerProduct.DeliveryMethodEnum INSTRUCTURE
public static final OSellerProduct.DeliveryMethodEnum AGENT_BUY
public static final OSellerProduct.DeliveryMethodEnum COLD_FRESH
public static final OSellerProduct.DeliveryMethodEnum MAKE_ORDER_DIRECT
public static OSellerProduct.DeliveryMethodEnum[] values()
for (OSellerProduct.DeliveryMethodEnum c : OSellerProduct.DeliveryMethodEnum.values()) System.out.println(c);
public static OSellerProduct.DeliveryMethodEnum 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<OSellerProduct.DeliveryMethodEnum>
Copyright © 2022. All rights reserved.