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