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