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