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