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