Uses of Interface
org.xBaseJ.rmi.FieldInterface

Uses of FieldInterface in org.xBaseJ.rmi
 

Classes in org.xBaseJ.rmi that implement FieldInterface
 class Field
           
 

Methods in org.xBaseJ.rmi that return FieldInterface
 FieldInterface DBFInterface.getField(int i)
          returns a Field by its relative position
 FieldInterface DBF.getField(int i)
          returns a Field type by its relative position
 FieldInterface DBFInterface.getField(java.lang.String name)
          returns a Field by its name in the database
 FieldInterface DBF.getField(java.lang.String name)
          returns a Field type by its name in the database