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