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