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