All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class xBaseJ.Client.FloatField

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

public class FloatField
extends NumField

Method Index

 o getType()
 o type()
Deprecated.

Methods

 o type
 public char type()
Note: type() is deprecated. use getType

Returns:
char 'F' indicating a float field
Overrides:
type in class NumField
 o getType
 public char getType()
Returns:
char 'F' indicating a float field
Overrides:
getType in class NumField

All Packages  Class Hierarchy  This Package  Previous  Next  Index