public class AccountingIndicator extends StringBasedErpType<AccountingIndicator>
Domain: BEMOT Length: 2 Type: CHAR Decimals: 0
StringBasedErpType.CharCasing, StringBasedErpType.FillCharStrategy
Constructor and Description |
---|
AccountingIndicator(String value) |
Modifier and Type | Method and Description |
---|---|
StringBasedErpType.FillCharStrategy |
getFillCharStrategy() |
int |
getMaxLength() |
Class<AccountingIndicator> |
getType() |
ErpTypeConverter<AccountingIndicator> |
getTypeConverter() |
static AccountingIndicator |
of(String value) |
compareTo, equals, getFillChar, getKeyAsString, getValue, hashCode, isDefault, isEmpty, toString, toString, transformToString, transformToType
public AccountingIndicator(String value)
public static AccountingIndicator of(String value)
public ErpTypeConverter<AccountingIndicator> getTypeConverter()
public Class<AccountingIndicator> getType()
getType
in class StringBasedErpType<AccountingIndicator>
public int getMaxLength()
getMaxLength
in class StringBasedErpType<AccountingIndicator>
public StringBasedErpType.FillCharStrategy getFillCharStrategy()
getFillCharStrategy
in class StringBasedErpType<AccountingIndicator>
Copyright © 2017 SAP SE. All rights reserved.