|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--xBaseJ.Client.Field | +--xBaseJ.Client.NumField
Fields inherited from class xBaseJ.Client.Field |
Name |
Method Summary | |
int |
decPoint()
Deprecated. use getDecimalPostionCount |
int |
getDecimalPositionCount()
|
char |
getType()
|
void |
put(double inValue)
sets the field contents. |
void |
put(long inValue)
sets the field contents. |
void |
put(java.lang.String inValue)
sets the field contents. |
char |
type()
Deprecated. use getType |
Methods inherited from class xBaseJ.Client.Field |
get,
getLength,
getName,
length,
name |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public char type()
public char getType()
public int decPoint()
public int getDecimalPositionCount()
public void put(java.lang.String inValue) throws xBaseJException
inValue
- Stringpublic void put(long inValue) throws xBaseJException
inValue
- longpublic void put(double inValue) throws xBaseJException
inValue
- double
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |