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