All Packages  This Package  Class Hierarchy  Class Search  Index

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

  Summary

public class  NumField
     extends xBaseJ.Client.Field
{
          // Methods 7
     public int decPoint();
     public int getDecimalPositionCount();
     public char getType();
     public void put(double) throws xBaseJException;
     public void put(String) throws xBaseJException;
     public void put(long) throws xBaseJException;
     public char type();
}

xBaseJ - java access to dBase files

Copyright 1997-1999 - 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

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

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


  Cross Reference

Extended By:
FloatField





  Methods

· type

Summary  |  Top
   public char type() 
Note: type() is deprecateduse getType

Returns:
char 'N' indicating a numeric field
Overrides:
type in class Field


· getType

Summary  |  Top
   public char getType() 

Returns:
char 'N' indicating a numeric field
Overrides:
getType in class Field


· decPoint

Summary  |  Top
   public int decPoint() 
Note: decPoint() is deprecateduse getDecimalPostionCount

Returns:
int - the number of decimal positions
Overrides:
decPoint in class Field


· getDecimalPositionCount

Summary  |  Top
   public int getDecimalPositionCount() 

Returns:
int - the number of decimal positions
Overrides:
getDecimalPositionCount in class Field


· put

Summary  |  Top
   public void put(String inValue)  throws xBaseJException

sets the field contents.

Parameter Description
inValue String

Throws: xBaseJException
most likely a formatting exception
Overrides:
put in class Field


· put

Summary  |  Top
   public void put(long inValue)  throws xBaseJException

sets the field contents.

Parameter Description
inValue long

Throws: xBaseJException
most likely a formatting exception


· put

Summary  |  Top
   public void put(double inValue)  throws xBaseJException

sets the field contents.

Parameter Description
inValue double

Throws: xBaseJException
most likely a formatting exception


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7