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