pt.despodata.java.ddata
Class Extenso
java.lang.Object
pt.despodata.java.ddata.Extenso
- public class Extenso
- extends java.lang.Object
Usage of the class:
to create an instance of the class and by this instance
using SetNumber(or passing the number to the constructor) and GetResult methods
|
Constructor Summary |
Extenso()
|
Extenso(double num_,
int maxlen_,
java.lang.String _money_type)
|
Extenso(double num_,
java.lang.String _money_type)
|
|
Method Summary |
java.lang.String |
GetResult()
Return the written form of the number |
void |
SetNumber(double num_,
int maxlen_,
java.lang.String _money_type)
|
void |
SetNumber(double num_,
java.lang.String _money_type)
To set the number to be converted |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Extenso
public Extenso()
Extenso
public Extenso(double num_,
java.lang.String _money_type)
Extenso
public Extenso(double num_,
int maxlen_,
java.lang.String _money_type)
SetNumber
public void SetNumber(double num_,
java.lang.String _money_type)
- To set the number to be converted
SetNumber
public void SetNumber(double num_,
int maxlen_,
java.lang.String _money_type)
GetResult
public java.lang.String GetResult()
- Return the written form of the number