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