|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--xBaseJ.Field
Method Summary | |
int |
decPoint()
Deprecated. use getDecimalPositionCount |
java.lang.String |
get()
|
byte[] |
getBytes()
returns the original byte array as stored in the file. |
int |
getDecimalPositionCount()
|
int |
getLength()
|
java.lang.String |
getName()
|
char |
getType()
|
int |
length()
Deprecated. use getLength |
java.lang.String |
name()
Deprecated. use getName |
void |
put(java.lang.String inValue)
set field contents, no database updates until a DBF update or write is issued |
char |
type()
Deprecated. use getType |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public java.lang.String name()
public java.lang.String getName()
public int length()
public int getLength()
public char type() throws xBaseJException
public char getType() throws xBaseJException
public int decPoint()
public int getDecimalPositionCount()
public java.lang.String get()
public byte[] getBytes()
public void put(java.lang.String inValue) throws xBaseJException
inValue
- value to set
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |