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