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