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