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