|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | 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, put, readExternal, writeExternal |
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
xBaseJException
- invalid length
java.io.IOException
- can not occur but defined for calling methodsField
Method Detail |
public char type()
type
in class Field
public char getType()
getType
in class Field
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |