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