|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--shared.Schema.StringNum
String to Double transformation device.
| Field Summary | |
double |
dstr
The Double value of the String. |
boolean |
isconverted
TRUE if this String is transformed, FALSE otherwise. |
int |
num
The Integer value of the transformed String. |
java.lang.String |
str
The String to be transformed. |
| Constructor Summary | |
Schema.StringNum(java.lang.String s)
Constructor. |
|
| Method Summary | |
void |
convert()
Converts the stored String value to a Double value and stores the value in dstr. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public int num
public java.lang.String str
public double dstr
public boolean isconverted
| Constructor Detail |
public Schema.StringNum(java.lang.String s)
s - The string to be transformed.| Method Detail |
public void convert()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||