public class ExchangeRateWith9DecimalPlaces extends DecimalBasedErpType<ExchangeRateWith9DecimalPlaces>
Domain: TB_KKURS Length: 13 Type: DEC Decimals: 9
Constructor and Description |
---|
ExchangeRateWith9DecimalPlaces(BigDecimal value) |
ExchangeRateWith9DecimalPlaces(double value) |
ExchangeRateWith9DecimalPlaces(float value) |
ExchangeRateWith9DecimalPlaces(String value) |
Modifier and Type | Method and Description |
---|---|
int |
getDecimals() |
int |
getMaxLength() |
Class<ExchangeRateWith9DecimalPlaces> |
getType() |
boolean |
isSigned() |
static ExchangeRateWith9DecimalPlaces |
of(BigDecimal value) |
static ExchangeRateWith9DecimalPlaces |
of(double value) |
static ExchangeRateWith9DecimalPlaces |
of(float value) |
static ExchangeRateWith9DecimalPlaces |
of(String value) |
equals, getTypeConverter, getValue, hashCode, toString
public ExchangeRateWith9DecimalPlaces(String value)
public ExchangeRateWith9DecimalPlaces(BigDecimal value)
public ExchangeRateWith9DecimalPlaces(float value)
public ExchangeRateWith9DecimalPlaces(double value)
public static ExchangeRateWith9DecimalPlaces of(String value)
public static ExchangeRateWith9DecimalPlaces of(BigDecimal value)
public static ExchangeRateWith9DecimalPlaces of(float value)
public static ExchangeRateWith9DecimalPlaces of(double value)
public int getDecimals()
public int getMaxLength()
public boolean isSigned()
public Class<ExchangeRateWith9DecimalPlaces> getType()
Copyright © 2017 SAP SE. All rights reserved.