public class IsoCodeCurrency extends StringBasedErpType<IsoCodeCurrency>
Element: WAERS_ISO Domain: ISOCD Length: 3 Type: C Decimals: 0
StringBasedErpType.CharCasing, StringBasedErpType.FillCharStrategy
Constructor and Description |
---|
IsoCodeCurrency(String value) |
Modifier and Type | Method and Description |
---|---|
StringBasedErpType.FillCharStrategy |
getFillCharStrategy() |
int |
getMaxLength() |
Class<IsoCodeCurrency> |
getType() |
ErpTypeConverter<IsoCodeCurrency> |
getTypeConverter() |
static IsoCodeCurrency |
of(String value) |
canEqual, compareTo, equals, getFillChar, getKeyAsString, getValue, hashCode, isDefault, isEmpty, toString, toString, transformToString, transformToType
public IsoCodeCurrency(String value)
@Nonnull public static IsoCodeCurrency of(String value)
@Nonnull public ErpTypeConverter<IsoCodeCurrency> getTypeConverter()
@Nonnull public Class<IsoCodeCurrency> getType()
getType
in class StringBasedErpType<IsoCodeCurrency>
public int getMaxLength()
getMaxLength
in class StringBasedErpType<IsoCodeCurrency>
@Nonnull public StringBasedErpType.FillCharStrategy getFillCharStrategy()
getFillCharStrategy
in class StringBasedErpType<IsoCodeCurrency>
Copyright © 2018 SAP SE. All rights reserved.