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