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