public static enum DeliveryContract.MarkTypeEnum extends Enum<DeliveryContract.MarkTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
DeliveryContract.MarkTypeEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static DeliveryContract.MarkTypeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static DeliveryContract.MarkTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeliveryContract.MarkTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeliveryContract.MarkTypeEnum INTERNAL
public static final DeliveryContract.MarkTypeEnum INDEX
public static DeliveryContract.MarkTypeEnum[] values()
for (DeliveryContract.MarkTypeEnum c : DeliveryContract.MarkTypeEnum.values()) System.out.println(c);
public static DeliveryContract.MarkTypeEnum 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 getValue()
public String toString()
toString in class Enum<DeliveryContract.MarkTypeEnum>public static DeliveryContract.MarkTypeEnum fromValue(String value)
Copyright © 2023. All rights reserved.