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