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) |
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()
public int getMaxLength()
public boolean isSigned()
public Class<ValueFixedPortion> getType()
Copyright © 2018 SAP SE. All rights reserved.