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