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