| Modifier and Type | Method and Description |
|---|---|
static WatBalanceType |
WatBalanceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WatBalanceType[] |
WatBalanceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WatBalance |
WatAccount.getWatBalance(WatBalanceType type)
Returns a
WatBalance of the given balance type. |
float |
WatAccount.getWatBalanceValue(WatBalanceType type)
Returns the amount of funds in the given balance type.
|
Copyright © 2017. All rights reserved.