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