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)
public static ExchangeRate of(String value)
public static ExchangeRate of(BigDecimal value)
public static ExchangeRate of(float value)
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>
public Class<ExchangeRate> getType()
getType
in class DecimalBasedErpType<ExchangeRate>
Copyright © 2018 SAP SE. All rights reserved.