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