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