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