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