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