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