ABLE 2.0.0 07/02/2003 10:25:01

Uses of Class
com.ibm.able.data.AbleFieldDefinition

Packages that use AbleFieldDefinition
com.ibm.able.beans The BEANS package provides a set of interfaces and objects which implement components ranging from simple file i/o to intelligent learning algorithms. 
com.ibm.able.data The ABLE data package defines classes for literals (constants) and variables used in expressions holding Java and user-defined data types as well as operators which can be applied to them. 
 

Uses of AbleFieldDefinition in com.ibm.able.beans
 

Methods in com.ibm.able.beans with parameters of type AbleFieldDefinition
protected  AbleField AbleDataSet.createAbleField(AbleFieldDefinition definition)
          Construct a corresponding AbleField from an AbleFieldDefinition.
protected  AbleField AbleDBTable.createAbleField(AbleFieldDefinition definition)
          Construct a corresponding AbleField from an AbleFieldDefinition.
 

Uses of AbleFieldDefinition in com.ibm.able.data
 

Constructors in com.ibm.able.data with parameters of type AbleFieldDefinition
AbleGenericField(AbleFieldDefinition def)
          Construct a Generic field.
AbleContinuousField(AbleFieldDefinition def)
          Construct a Continous field.
AbleCategoricalField(AbleFieldDefinition def)
          Construct a Categorical field.
AbleDiscreteField(AbleFieldDefinition def)
          Construct a Discrete field.
 


ABLE 2.0.0 07/02/2003 10:25:01

(C) Copyright IBM Corporation 1999, 2003