Package org.kapott.hbci.structures
Class TypedValue
java.lang.Object
org.kapott.hbci.structures.BigDecimalValue
org.kapott.hbci.structures.TypedValue
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
static final int
static final int
static final int
-
Constructor Summary
ConstructorsConstructorDescriptionTypedValue
(String value, String curr, int type) TypedValue
(BigDecimal value, String curr, int type) -
Method Summary
Methods inherited from class org.kapott.hbci.structures.BigDecimalValue
getCurr, getValue, setCurr, setValue
-
Field Details
-
TYPE_STCK
public static final int TYPE_STCK- See Also:
-
TYPE_WERT
public static final int TYPE_WERT- See Also:
-
TYPE_PROZENT
public static final int TYPE_PROZENT- See Also:
-
type
private int type
-
-
Constructor Details
-
TypedValue
-
TypedValue
-
-
Method Details
-
getType
public int getType() -
toString
- Overrides:
toString
in classBigDecimalValue
-