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