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