|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--xBaseJ.Client.Field | +--xBaseJ.Client.NumField
Field Summary |
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()
type
in class Field
public char getType()
getType
in class Field
public int decPoint()
decPoint
in class Field
public int getDecimalPositionCount()
getDecimalPositionCount
in class Field
public void put(java.lang.String inValue) throws xBaseJException
put
in class Field
inValue
- String
xBaseJException
- most likely a formatting exceptionpublic void put(long inValue) throws xBaseJException
inValue
- long
xBaseJException
- most likely a formatting exceptionpublic void put(double inValue) throws xBaseJException
inValue
- double
xBaseJException
- most likely a formatting exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |