|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--xBaseJ.Client.Field | +--xBaseJ.Client.LogicalField
Fields inherited from class xBaseJ.Client.Field |
Name |
Method Summary | |
boolean |
getBoolean()
|
char |
getChar()
|
char |
getType()
|
void |
put(boolean inValue)
allows input true or false |
void |
put(char inValue)
allows input of Y, y, T, t and 1 for true, N, n, F, f, and 0 for false |
void |
put(java.lang.String inValue)
allows input of Y, y, T, t and 1 for true, N, n, F, f, and 0 for false |
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
String
- - one character length stringxBaseJException
- field value is not one of the allowable inputspublic void put(char inValue) throws xBaseJException
char
- - Y, y, T, t and 1 for true, N, n, F, f, and 0 for falsexBaseJException
- field value is not one of the allowable inputspublic void put(boolean inValue)
boolean
- - true or falsepublic char getChar()
public boolean getBoolean()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |