public class ExchangeRate extends DecimalBasedErpType<ExchangeRate>
Domain: KURSF Length: 9 Type: DEC Decimals: 5
+ Domain: UKURS
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) |
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()
public int getMaxLength()
public boolean isSigned()
public Class<ExchangeRate> getType()
Copyright © 2017 SAP SE. All rights reserved.