All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class xBaseJ.Client.NumField

java.lang.Object
   |
   +----xBaseJ.Client.Field
           |
           +----xBaseJ.Client.NumField

public class NumField
extends Field
xBaseJ - java access to dBase files

Copyright 1997-8 - American Coders, LTD - Raleigh NC USA

All rights reserved

Currently supports only dBase III format DBF, DBT and NDX files

dBase IV format DBF, DBT, MDX and NDX files

Package expires on October 31, 1998

American Coders, Ltd
P. O. Box 97462
Raleigh, NC 27615 USA
1-919-846-2014
http://www.americancoders.com

Version:
1.6.0
Author:
Joe McVerry, American Coders Ltd.

Method Index

 o decPoint()
 o put(double)
sets the field contents.
 o put(long)
sets the field contents.
 o put(String)
sets the field contents.
 o type()

Methods

 o type
 public char type()
Returns:
char 'N' indicating a numeric field
Overrides:
type in class Field
 o decPoint
 public int decPoint()
Returns:
int - the number of decimal positions
Overrides:
decPoint in class Field
 o put
 public void put(String inValue) throws xBaseJException
sets the field contents.

Parameters:
inValue - String
Throws: xBaseJException
most likely a formatting exception
Overrides:
put in class Field
 o put
 public void put(long inValue) throws xBaseJException
sets the field contents.

Parameters:
inValue - long
Throws: xBaseJException
most likely a formatting exception
 o put
 public void put(double inValue) throws xBaseJException
sets the field contents.

Parameters:
inValue - double
Throws: xBaseJException
most likely a formatting exception

All Packages  Class Hierarchy  This Package  Previous  Next  Index