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