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
-
getType()
-
-
type()
-
Deprecated.
type
public char type()
- Note: type() is deprecated.
use getType
- Returns:
- char 'F' indicating a float field
- Overrides:
- type in class NumField
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