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

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

Packages that use AbleGenericVariable
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 AbleGenericVariable in com.ibm.able.data
 

Subclasses of AbleGenericVariable in com.ibm.able.data
 class AbleArrayVariable
          This class wraps a value of the type Object[] in an AbleVariable object.
 class AbleBooleanVariable
          This class wraps a value of the primitive type boolean in an object.
 class AbleBuiltInVariable
          This class defines the Able data built-in variable.
 class AbleByteVariable
          This class wraps a value of the primitive type byte in an object.
 class AbleCategoricalField
          Categorical fields are String fields with a finite set of possible values.
 class AbleCategoricalVariable
          This class defines the Able data categorical variable.
 class AbleCharacterVariable
          This class wraps a value of the primitive type char in an object.
 class AbleClassVariable
          This class is used to represent static Java classes (such as java.lang.Math) when they are imported into AbleRuleSets.
 class AbleDiscreteField
          Discrete fields are numeric fields with a finite set of possible values.
 class AbleDiscreteVariable
          This class defines the Able data discrete variable.
 class AbleDoubleVariable
          This class wraps a value of the primitive type double in an object.
 class AbleExpressionVariable
          This class holds a value of an AbleExpression object.
 class AbleFloatVariable
          This class wraps a value of the primitive type float in an object.
 class AbleGenericField
          AbleField defines a basic field for use in data sources and inferencing.
 class AbleIntegerVariable
          This class wraps a value of the primitive type int in an object.
 class AbleLongVariable
          This class wraps a value of the primitive type long in an object.
 class AbleShortVariable
          This class wraps a value of the primitive type short in an object.
 class AbleStringVariable
          This class wraps a value of java.lang.String type in an object.
 class AbleTimeStampVariable
          This class wraps a value of the Java Calendar type in an AbleVariable object.
 class AbleTypedVariable
          This class defines an AbleVariable that takes values of a single specified Class or implementors of a specified Interface.
 


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

(C) Copyright IBM Corporation 1999, 2003