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