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