public enum BalanceType extends Enum<BalanceType>
| Enum Constant and Description |
|---|
AUTHORISED |
AVAILABLE |
CLOSINGBOOKED |
EXPECTED |
FORWARDAVAILABLE |
INTERIMAVAILABLE |
NONINVOICED |
OPENINGBOOKED |
| Modifier and Type | Method and Description |
|---|---|
static BalanceType |
fromValue(String text) |
String |
toString() |
static BalanceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BalanceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BalanceType CLOSINGBOOKED
public static final BalanceType EXPECTED
public static final BalanceType AUTHORISED
public static final BalanceType OPENINGBOOKED
public static final BalanceType INTERIMAVAILABLE
public static final BalanceType FORWARDAVAILABLE
public static final BalanceType NONINVOICED
public static final BalanceType AVAILABLE
public static BalanceType[] values()
for (BalanceType c : BalanceType.values()) System.out.println(c);
public static BalanceType 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 BalanceType fromValue(String text)
public String toString()
toString in class Enum<BalanceType>Copyright © 2018 Pivotal Software, Inc.. All rights reserved.