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