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