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