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