|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--xBaseJ.Client.Field | +--xBaseJ.Client.DateField
Field Summary |
Fields inherited from class xBaseJ.Client.Field |
Name |
Method Summary | |
char |
getType()
|
void |
put(java.util.Calendar inValue)
sets field contents by a Java Calendar object. |
void |
put(long inValue)
sets field contents by a long value |
void |
put(java.lang.String inValue)
sets field contents by a String parameter. |
char |
type()
Deprecated. use getType |
Methods inherited from class xBaseJ.Client.Field |
decPoint, get, getDecimalPositionCount, 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 void put(java.lang.String inValue) throws xBaseJException
put
in class Field
xBaseJException
- most likely formatting errorpublic void put(java.util.Calendar inValue) throws xBaseJException
xBaseJException
- most likely formatting errorpublic void put(long inValue) throws xBaseJException
xBaseJException
- most likely formatting error
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |