public class TypedValue extends BigDecimalValue
| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE_PROZENT |
static int |
TYPE_STCK |
static int |
TYPE_WERT |
| Constructor and Description |
|---|
TypedValue(BigDecimal value,
String curr,
int type) |
TypedValue(String value,
String curr,
int type) |
| Modifier and Type | Method and Description |
|---|---|
int |
getType() |
String |
toString() |
getCurr, getValue, setCurr, setValuepublic static final int TYPE_STCK
public static final int TYPE_WERT
public static final int TYPE_PROZENT
public TypedValue(BigDecimal value, String curr, int type)
public int getType()
public String toString()
toString in class BigDecimalValueCopyright © 2017. All rights reserved.