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