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