public class WithholdingTaxCode extends StringBasedErpType<WithholdingTaxCode>
Element: WT_WITHCD Domain: WT_WITHCD Length: 2 Type: C 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) |
canEqual, compareTo, equals, getFillChar, getKeyAsString, getValue, hashCode, isDefault, isEmpty, toString, toString, transformToString, transformToType
public WithholdingTaxCode(String value)
@Nonnull public static WithholdingTaxCode of(String value)
@Nonnull public ErpTypeConverter<WithholdingTaxCode> getTypeConverter()
@Nonnull public Class<WithholdingTaxCode> getType()
getType
in class StringBasedErpType<WithholdingTaxCode>
public int getMaxLength()
getMaxLength
in class StringBasedErpType<WithholdingTaxCode>
@Nonnull public StringBasedErpType.FillCharStrategy getFillCharStrategy()
getFillCharStrategy
in class StringBasedErpType<WithholdingTaxCode>
Copyright © 2019 SAP SE. All rights reserved.