xBaseJ.Client
Class MemoField

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

public class MemoField
extends Field


Fields inherited from class xBaseJ.Client.Field
Name
 
Method Summary
 char getType()
           
 char type()
          Deprecated. use getType
 
Methods inherited from class xBaseJ.Client.Field
decPoint, get, getDecimalPositionCount, getLength, getName, length, name, put
 
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 Field
Returns:
char 'M' indicating a memo field

getType

public char getType()
Overrides:
getType in class Field
Returns:
char 'M' indicating a memo field