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