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)
public static ValueFixedPortion of(String value)
public static ValueFixedPortion of(BigDecimal value)
public static ValueFixedPortion of(float value)
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>
public Class<ValueFixedPortion> getType()
getType
in class DecimalBasedErpType<ValueFixedPortion>
Copyright © 2018 SAP SE. All rights reserved.