|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--xBaseJ.Field | +--xBaseJ.CharField
Constructor Summary | |
CharField(java.lang.String iName,
int iLength)
public method for creating a CharacterField object. |
Method Summary | |
char |
getType()
return the character 'C' indicating a character Field |
char |
type()
Deprecated. use getType |
Methods inherited from class xBaseJ.Field |
decPoint,
get,
getBytes,
getDecimalPositionCount,
getLength,
getName,
length,
name,
put |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public CharField(java.lang.String iName, int iLength) throws xBaseJException, java.io.IOException
Name
- the name of the fieldLength
- length of Field, range 1 to 254 bytesField
Method Detail |
public char type()
public char getType()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |