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