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