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