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