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