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