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