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