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