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) |
canEqual, equals, getTypeConverter, getValue, hashCode, toString
public IndirectQuotedExchangeRate(String value)
public IndirectQuotedExchangeRate(BigDecimal value)
public IndirectQuotedExchangeRate(float value)
public IndirectQuotedExchangeRate(double value)
@Nonnull public static IndirectQuotedExchangeRate of(String value)
@Nonnull public static IndirectQuotedExchangeRate of(BigDecimal value)
@Nonnull public static IndirectQuotedExchangeRate of(float value)
@Nonnull public static IndirectQuotedExchangeRate of(double value)
public int getDecimals()
getDecimals
in class DecimalBasedErpType<IndirectQuotedExchangeRate>
public int getMaxLength()
getMaxLength
in class DecimalBasedErpType<IndirectQuotedExchangeRate>
public boolean isSigned()
isSigned
in class DecimalBasedErpType<IndirectQuotedExchangeRate>
@Nonnull public Class<IndirectQuotedExchangeRate> getType()
getType
in class DecimalBasedErpType<IndirectQuotedExchangeRate>
Copyright © 2019 SAP SE. All rights reserved.