public class PaymentCardsEntryMode extends StringBasedErpType<PaymentCardsEntryMode>
Element: CSOUR Domain: CSOUR Length: 1 Type: C Decimals: 0
StringBasedErpType.CharCasing, StringBasedErpType.FillCharStrategy
Modifier and Type | Field and Description |
---|---|
static PaymentCardsEntryMode |
CardReader
Card reader
|
static PaymentCardsEntryMode |
ManualInput
Manual input
|
Constructor and Description |
---|
PaymentCardsEntryMode(String value) |
Modifier and Type | Method and Description |
---|---|
StringBasedErpType.FillCharStrategy |
getFillCharStrategy() |
int |
getMaxLength() |
Class<PaymentCardsEntryMode> |
getType() |
ErpTypeConverter<PaymentCardsEntryMode> |
getTypeConverter() |
canEqual, compareTo, equals, getFillChar, getKeyAsString, getValue, hashCode, isDefault, isEmpty, toString, toString, transformToString, transformToType
public static final PaymentCardsEntryMode ManualInput
public static final PaymentCardsEntryMode CardReader
public PaymentCardsEntryMode(String value)
@Nonnull public ErpTypeConverter<PaymentCardsEntryMode> getTypeConverter()
@Nonnull public Class<PaymentCardsEntryMode> getType()
getType
in class StringBasedErpType<PaymentCardsEntryMode>
public int getMaxLength()
getMaxLength
in class StringBasedErpType<PaymentCardsEntryMode>
@Nonnull public StringBasedErpType.FillCharStrategy getFillCharStrategy()
getFillCharStrategy
in class StringBasedErpType<PaymentCardsEntryMode>
Copyright © 2019 SAP SE. All rights reserved.