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