public enum ExchangeTypeEnum extends java.lang.Enum<ExchangeTypeEnum>
| Enum Constant and Description |
|---|
BINANCE |
BITMEX |
COINBASE |
CRYPTO_COM |
KRAKEN |
| Modifier and Type | Method and Description |
|---|---|
static ExchangeTypeEnum |
getConstantByValue(int value) |
int |
getValue() |
static ExchangeTypeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExchangeTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExchangeTypeEnum BINANCE
public static final ExchangeTypeEnum BITMEX
public static final ExchangeTypeEnum COINBASE
public static final ExchangeTypeEnum CRYPTO_COM
public static final ExchangeTypeEnum KRAKEN
public static ExchangeTypeEnum[] values()
for (ExchangeTypeEnum c : ExchangeTypeEnum.values()) System.out.println(c);
public static ExchangeTypeEnum valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getValue()
public static ExchangeTypeEnum getConstantByValue(int value) throws net.anotheria.asg.exception.ConstantNotFoundException
net.anotheria.asg.exception.ConstantNotFoundExceptionCopyright © 2012-2023 anotheria.net. All Rights Reserved.