public class SwapRate extends DecimalBasedErpType<SwapRate>
Element: TB_KSWAP Domain: T_SWKURS Length: 7 Type: P Decimals: 9
Constructor and Description |
---|
SwapRate(BigDecimal value) |
SwapRate(double value) |
SwapRate(float value) |
SwapRate(String value) |
Modifier and Type | Method and Description |
---|---|
int |
getDecimals() |
int |
getMaxLength() |
Class<SwapRate> |
getType() |
boolean |
isSigned() |
static SwapRate |
of(BigDecimal value) |
static SwapRate |
of(double value) |
static SwapRate |
of(float value) |
static SwapRate |
of(String value) |
canEqual, equals, getTypeConverter, getValue, hashCode, toString
public SwapRate(String value)
public SwapRate(BigDecimal value)
public SwapRate(float value)
public SwapRate(double value)
@Nonnull public static SwapRate of(BigDecimal value)
public int getDecimals()
getDecimals
in class DecimalBasedErpType<SwapRate>
public int getMaxLength()
getMaxLength
in class DecimalBasedErpType<SwapRate>
public boolean isSigned()
isSigned
in class DecimalBasedErpType<SwapRate>
Copyright © 2018 SAP SE. All rights reserved.