public class Currency extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
|
Currency() |
protected |
Currency(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
String |
code() |
void |
delete() |
boolean |
empty() |
boolean |
equals(Currency other) |
protected void |
finalize() |
String |
format() |
int |
fractionsPerUnit() |
String |
fractionSymbol() |
protected static long |
getCPtr(Currency obj) |
String |
name() |
int |
numericCode() |
Rounding |
rounding() |
String |
symbol() |
String |
toString() |
Currency |
triangulationCurrency() |
boolean |
unEquals(Currency other) |
protected Currency(long cPtr,
boolean cMemoryOwn)
public Currency()
protected static long getCPtr(Currency obj)
public void delete()
public String name()
public String code()
public int numericCode()
public String symbol()
public String fractionSymbol()
public int fractionsPerUnit()
public Rounding rounding()
public String format()
public boolean empty()
public Currency triangulationCurrency()
public boolean equals(Currency other)
public boolean unEquals(Currency other)
Copyright © 2017. All rights reserved.