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