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