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