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