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