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