public enum AssetSymbolType extends Enum<AssetSymbolType>
| Enum Constant and Description |
|---|
BWF
Beowulf Sybol
|
M
Beowulf Power (SP) Symbol
|
NLP |
W
Beowulf Backed Dollar (W) Symbol
|
| Modifier and Type | Method and Description |
|---|---|
static AssetSymbolType |
getValue(String symbol) |
static AssetSymbolType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssetSymbolType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssetSymbolType M
public static final AssetSymbolType BWF
public static final AssetSymbolType W
public static final AssetSymbolType NLP
public static AssetSymbolType[] values()
for (AssetSymbolType c : AssetSymbolType.values()) System.out.println(c);
public static AssetSymbolType 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 static AssetSymbolType getValue(String symbol)
Copyright © 2019. All rights reserved.