public static enum Business.EnumActionSource extends Enum<Business.EnumActionSource>
| Enum Constant and Description |
|---|
VALUE_PHYSICAL_STORE |
VALUE_WEBSITE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Business.EnumActionSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Business.EnumActionSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="PHYSICAL_STORE") public static final Business.EnumActionSource VALUE_PHYSICAL_STORE
@SerializedName(value="WEBSITE") public static final Business.EnumActionSource VALUE_WEBSITE
public static Business.EnumActionSource[] values()
for (Business.EnumActionSource c : Business.EnumActionSource.values()) System.out.println(c);
public static Business.EnumActionSource 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<Business.EnumActionSource>Copyright © 2024. All rights reserved.