public class RateOfForeignExchangeTransaction extends DecimalBasedErpType<RateOfForeignExchangeTransaction>
Element: TB_KKURS Domain: TB_KKURS Length: 7 Type: P Decimals: 9
Constructor and Description |
---|
RateOfForeignExchangeTransaction(BigDecimal value) |
RateOfForeignExchangeTransaction(double value) |
RateOfForeignExchangeTransaction(float value) |
RateOfForeignExchangeTransaction(String value) |
Modifier and Type | Method and Description |
---|---|
int |
getDecimals() |
int |
getMaxLength() |
Class<RateOfForeignExchangeTransaction> |
getType() |
boolean |
isSigned() |
static RateOfForeignExchangeTransaction |
of(BigDecimal value) |
static RateOfForeignExchangeTransaction |
of(double value) |
static RateOfForeignExchangeTransaction |
of(float value) |
static RateOfForeignExchangeTransaction |
of(String value) |
canEqual, equals, getTypeConverter, getValue, hashCode, toString
public RateOfForeignExchangeTransaction(String value)
public RateOfForeignExchangeTransaction(BigDecimal value)
public RateOfForeignExchangeTransaction(float value)
public RateOfForeignExchangeTransaction(double value)
@Nonnull public static RateOfForeignExchangeTransaction of(String value)
@Nonnull public static RateOfForeignExchangeTransaction of(BigDecimal value)
@Nonnull public static RateOfForeignExchangeTransaction of(float value)
@Nonnull public static RateOfForeignExchangeTransaction of(double value)
public int getDecimals()
getDecimals
in class DecimalBasedErpType<RateOfForeignExchangeTransaction>
public int getMaxLength()
getMaxLength
in class DecimalBasedErpType<RateOfForeignExchangeTransaction>
public boolean isSigned()
isSigned
in class DecimalBasedErpType<RateOfForeignExchangeTransaction>
@Nonnull public Class<RateOfForeignExchangeTransaction> getType()
getType
in class DecimalBasedErpType<RateOfForeignExchangeTransaction>
Copyright © 2018 SAP SE. All rights reserved.