All Packages  This Package  Class Hierarchy  Class Search  Index

Class xBaseJ.MemoField
java.lang.Object
   |
   +----xBaseJ.Field
           |
           +----xBaseJ.MemoField

  Summary

public class  MemoField
     extends xBaseJ.Field
{
          // Constructors 1
     public MemoField(String) throws xBaseJException, IOException;

          // Methods 4
     public String get();
     public char getType();
     public void put(String);
     public char type();
}




  Constructors

· MemoField

Summary  |  Top

   public MemoField(String iName)  throws xBaseJException, IOException

public method for creating a memo field object. It is not associated with a database but can be when used with some DBF methods.

Parameter Description
Name the name of the field

Throws: xBaseJException
exception caused in calling methods
Throws: IOException
can not occur but defined for calling methods

See Also: Field



  Methods

· type

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

return the character 'M' indicating a memo field

Overrides:
type in class Field


· getType

Summary  |  Top
   public char getType() 

return the character 'M' indicating a memo field

Overrides:
getType in class Field


· get

Summary  |  Top
   public String get() 

return the contents of the memo Field, variant of the field.get method

Overrides:
get in class Field


· put

Summary  |  Top
   public void put(String invalue) 

sets the contents of the memo Field, variant of the field.put method data not written into DBF until an update or write is issued.

Parameter Description
invalue value to set Field to.

Overrides:
put in class Field


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