public class AccountType extends StringBasedErpType<AccountType>
Element: KOART Domain: KOART Length: 1 Type: C Decimals: 0
StringBasedErpType.CharCasing, StringBasedErpType.FillCharStrategy
Modifier and Type | Field and Description |
---|---|
static AccountType |
Assets
Assets
|
static AccountType |
Customers
Customers
|
static AccountType |
GLAccounts
G/L accounts
|
static AccountType |
Material
Material
|
static AccountType |
Vendors
Vendors
|
Constructor and Description |
---|
AccountType(String value) |
Modifier and Type | Method and Description |
---|---|
StringBasedErpType.FillCharStrategy |
getFillCharStrategy() |
int |
getMaxLength() |
Class<AccountType> |
getType() |
ErpTypeConverter<AccountType> |
getTypeConverter() |
canEqual, compareTo, equals, getFillChar, getKeyAsString, getValue, hashCode, isDefault, isEmpty, toString, toString, transformToString, transformToType
public static final AccountType Assets
public static final AccountType Customers
public static final AccountType Vendors
public static final AccountType Material
public static final AccountType GLAccounts
public AccountType(String value)
@Nonnull public ErpTypeConverter<AccountType> getTypeConverter()
@Nonnull public Class<AccountType> getType()
getType
in class StringBasedErpType<AccountType>
public int getMaxLength()
getMaxLength
in class StringBasedErpType<AccountType>
@Nonnull public StringBasedErpType.FillCharStrategy getFillCharStrategy()
getFillCharStrategy
in class StringBasedErpType<AccountType>
Copyright © 2018 SAP SE. All rights reserved.