public static enum OrderRecordExtendDTO.DeliveryMethodEnum extends Enum<OrderRecordExtendDTO.DeliveryMethodEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
OrderRecordExtendDTO.DeliveryMethodEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static OrderRecordExtendDTO.DeliveryMethodEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static OrderRecordExtendDTO.DeliveryMethodEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrderRecordExtendDTO.DeliveryMethodEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OrderRecordExtendDTO.DeliveryMethodEnum DIGITAL
public static final OrderRecordExtendDTO.DeliveryMethodEnum SHIPPING
public static OrderRecordExtendDTO.DeliveryMethodEnum[] values()
for (OrderRecordExtendDTO.DeliveryMethodEnum c : OrderRecordExtendDTO.DeliveryMethodEnum.values()) System.out.println(c);
public static OrderRecordExtendDTO.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 getValue()
public String toString()
toString in class Enum<OrderRecordExtendDTO.DeliveryMethodEnum>public static OrderRecordExtendDTO.DeliveryMethodEnum fromValue(String text)
Copyright © 2018. All rights reserved.