public class ExpensesKey extends StringBasedErpType<ExpensesKey>
Element: TB_SPESEN Domain: T_SPESEN Length: 1 Type: C Decimals: 0
StringBasedErpType.CharCasing, StringBasedErpType.FillCharStrategy
Modifier and Type | Field and Description |
---|---|
static ExpensesKey |
ChargesIncludedInPrice
Charges included in price
|
static ExpensesKey |
WithCharges
With charges
|
static ExpensesKey |
WithoutCharges
Without charges
|
Constructor and Description |
---|
ExpensesKey(String value) |
Modifier and Type | Method and Description |
---|---|
StringBasedErpType.FillCharStrategy |
getFillCharStrategy() |
int |
getMaxLength() |
Class<ExpensesKey> |
getType() |
ErpTypeConverter<ExpensesKey> |
getTypeConverter() |
canEqual, compareTo, equals, getFillChar, getKeyAsString, getValue, hashCode, isDefault, isEmpty, toString, toString, transformToString, transformToType
public static final ExpensesKey WithoutCharges
public static final ExpensesKey WithCharges
public static final ExpensesKey ChargesIncludedInPrice
public ExpensesKey(String value)
@Nonnull public ErpTypeConverter<ExpensesKey> getTypeConverter()
@Nonnull public Class<ExpensesKey> getType()
getType
in class StringBasedErpType<ExpensesKey>
public int getMaxLength()
getMaxLength
in class StringBasedErpType<ExpensesKey>
@Nonnull public StringBasedErpType.FillCharStrategy getFillCharStrategy()
getFillCharStrategy
in class StringBasedErpType<ExpensesKey>
Copyright © 2019 SAP SE. All rights reserved.