java.io.Serializable
public class TypedValue extends BigDecimalValue
Modifier and Type | Field | Description |
---|---|---|
static int |
TYPE_PROZENT |
|
static int |
TYPE_STCK |
|
static int |
TYPE_WERT |
Constructor | Description |
---|---|
TypedValue(java.lang.String value,
java.lang.String curr,
int type) |
|
TypedValue(java.math.BigDecimal value,
java.lang.String curr,
int type) |
Modifier and Type | Method | Description |
---|---|---|
int |
getType() |
|
java.lang.String |
toString() |
getCurr, getValue, setCurr, setValue
public static final int TYPE_STCK
public static final int TYPE_WERT
public static final int TYPE_PROZENT
public TypedValue(java.math.BigDecimal value, java.lang.String curr, int type)
public TypedValue(java.lang.String value, java.lang.String curr, int type)
public int getType()
public java.lang.String toString()
toString
in class BigDecimalValue
Copyright © 2018. All rights reserved.