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