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