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