public class SalesDocumentItemNumber extends StringBasedErpType<SalesDocumentItemNumber>
StringBasedErpType.CharCasing, StringBasedErpType.FillCharStrategy
Modifier and Type | Field and Description |
---|---|
static SalesDocumentItemNumber |
EMPTY |
Constructor and Description |
---|
SalesDocumentItemNumber(String value) |
Modifier and Type | Method and Description |
---|---|
StringBasedErpType.FillCharStrategy |
getFillCharStrategy() |
int |
getMaxLength() |
Class<SalesDocumentItemNumber> |
getType() |
ErpTypeConverter<SalesDocumentItemNumber> |
getTypeConverter() |
static SalesDocumentItemNumber |
of(String value) |
static Set<SalesDocumentItemNumber> |
toSalesDocumentItemNumbers(Collection<String> values) |
static Set<String> |
toStrings(Collection<SalesDocumentItemNumber> values) |
canEqual, compareTo, equals, getFillChar, getKeyAsString, getValue, hashCode, isDefault, isEmpty, toString, toString, transformToString, transformToType
public static final SalesDocumentItemNumber EMPTY
public SalesDocumentItemNumber(String value) throws IllegalArgumentException
IllegalArgumentException
@Nullable public static SalesDocumentItemNumber of(@Nullable String value) throws IllegalArgumentException
IllegalArgumentException
@Nonnull public ErpTypeConverter<SalesDocumentItemNumber> getTypeConverter()
@Nonnull public Class<SalesDocumentItemNumber> getType()
getType
in class StringBasedErpType<SalesDocumentItemNumber>
public int getMaxLength()
getMaxLength
in class StringBasedErpType<SalesDocumentItemNumber>
@Nonnull public StringBasedErpType.FillCharStrategy getFillCharStrategy()
getFillCharStrategy
in class StringBasedErpType<SalesDocumentItemNumber>
public static Set<SalesDocumentItemNumber> toSalesDocumentItemNumbers(Collection<String> values)
public static Set<String> toStrings(Collection<SalesDocumentItemNumber> values)
Copyright © 2018 SAP SE. All rights reserved.