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