All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----xBaseJ.Client.Field | +----xBaseJ.Client.LogicalField
Summary |
public class LogicalField extends xBaseJ.Client.Field { // Methods 7 public boolean getBoolean(); public char getChar(); public char getType(); public void put(boolean); public void put(char) throws xBaseJException; public void put(String) throws xBaseJException;public char type(); }
xBaseJ - java access to dBase files
Copyright 1997-1999 - American Coders, LTD - Raleigh NC USA
All rights reserved
Currently supports only dBase III format DBF, DBT and NDX files
dBase IV format DBF, DBT, MDX and NDX files
American Coders, Ltd
P. O. Box 97462
Raleigh, NC 27615 USA
1-919-846-2014
http://www.americancoders.com
Methods |
· type | Summary | Top |
public char type()
Note: type() is deprecated use getType
- Returns:
- char 'L' indicating logical field
- Overrides:
- type in class Field
· getType | Summary | Top |
public char getType()
- Returns:
- char 'L' indicating logical field
- Overrides:
- getType in class Field
· put | Summary | Top |
public void put(String inValue) throws xBaseJException
allows input of Y, y, T, t and 1 for true, N, n, F, f, and 0 for false
Parameter Description String - one character length string
- Throws: xBaseJException
- field value is not one of the allowable inputs
- Overrides:
- put in class Field
· put | Summary | Top |
public void put(char inValue) throws xBaseJException
allows input of Y, y, T, t and 1 for true, N, n, F, f, and 0 for false
Parameter Description char - Y, y, T, t and 1 for true, N, n, F, f, and 0 for false
- Throws: xBaseJException
- field value is not one of the allowable inputs
· put | Summary | Top |
public void put(boolean inValue)
allows input true or false
Parameter Description boolean - true or false
· getChar | Summary | Top |
public char getChar()
- Returns:
- T for true and F for false
· getBoolean | Summary | Top |
public boolean getBoolean()
- Returns:
- boolean true or false
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7