xBaseJ.Client
Class FloatField

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

public class FloatField
extends NumField


Fields inherited from class xBaseJ.Client.Field
Name
 
Method Summary
 char getType()
           
 char type()
          Deprecated. use getType
 
Methods inherited from class xBaseJ.Client.NumField
decPoint, getDecimalPositionCount, put, put, put
 
Methods inherited from class xBaseJ.Client.Field
get, getLength, getName, length, name
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

type

public char type()
Deprecated. use getType

Overrides:
type in class NumField
Returns:
char 'F' indicating a float field

getType

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