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