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