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) |
compareTo, equals, getFillChar, getKeyAsString, getValue, hashCode, isDefault, isEmpty, toString, toString, transformToString, transformToType
public static final ChartOfAccounts EMPTY
public ChartOfAccounts(String value) throws IllegalArgumentException
IllegalArgumentException
@Contract(value="null -> null") @Nullable public static ChartOfAccounts of(@Nullable String value) throws IllegalArgumentException
IllegalArgumentException
public ErpTypeConverter<ChartOfAccounts> getTypeConverter()
public Class<ChartOfAccounts> getType()
getType
in class StringBasedErpType<ChartOfAccounts>
public int getMaxLength()
getMaxLength
in class StringBasedErpType<ChartOfAccounts>
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 © 2017 SAP SE. All rights reserved.