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