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