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