public class BudgetPeriod extends StringBasedErpType<BudgetPeriod>
Element: FM_BUDGET_PERIOD Domain: FM_BUDGET_PERIOD Length: 10 Type: C Decimals: 0
StringBasedErpType.CharCasing, StringBasedErpType.FillCharStrategy
Constructor and Description |
---|
BudgetPeriod(String value) |
Modifier and Type | Method and Description |
---|---|
StringBasedErpType.FillCharStrategy |
getFillCharStrategy() |
int |
getMaxLength() |
Class<BudgetPeriod> |
getType() |
ErpTypeConverter<BudgetPeriod> |
getTypeConverter() |
static BudgetPeriod |
of(String value) |
canEqual, compareTo, equals, getFillChar, getKeyAsString, getValue, hashCode, isDefault, isEmpty, toString, toString, transformToString, transformToType
public BudgetPeriod(String value)
@Nonnull public static BudgetPeriod of(String value)
@Nonnull public ErpTypeConverter<BudgetPeriod> getTypeConverter()
@Nonnull public Class<BudgetPeriod> getType()
getType
in class StringBasedErpType<BudgetPeriod>
public int getMaxLength()
getMaxLength
in class StringBasedErpType<BudgetPeriod>
@Nonnull public StringBasedErpType.FillCharStrategy getFillCharStrategy()
getFillCharStrategy
in class StringBasedErpType<BudgetPeriod>
Copyright © 2018 SAP SE. All rights reserved.