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