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) |
equals, getTypeConverter, getValue, hashCode, toString
public SwapRate(String value)
public SwapRate(BigDecimal value)
public SwapRate(float value)
public SwapRate(double value)
public static SwapRate of(BigDecimal value)
public static SwapRate of(float value)
public static SwapRate of(double value)
public int getDecimals()
public int getMaxLength()
public boolean isSigned()
Copyright © 2018 SAP SE. All rights reserved.