@WritingConverter public static enum OtherConverters.BigDecimalToString extends Enum<OtherConverters.BigDecimalToString> implements Converter<BigDecimal,String>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
String |
convert(BigDecimal source) |
static OtherConverters.BigDecimalToString |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OtherConverters.BigDecimalToString[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OtherConverters.BigDecimalToString INSTANCE
public static OtherConverters.BigDecimalToString[] values()
for (OtherConverters.BigDecimalToString c : OtherConverters.BigDecimalToString.values()) System.out.println(c);
public static OtherConverters.BigDecimalToString 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 convert(BigDecimal source)
convert in interface Converter<BigDecimal,String>Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.