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