com.ibm.websphere.query.base
Interface IFunctionElement

All Superinterfaces:
IStringBuilder, java.io.Serializable
All Known Subinterfaces:
IArithmeticCondition, IAttribute, IFunction, IValue
All Known Implementing Classes:
ArithmeticCondition, Attribute, Function, Value, ValueList

public interface IFunctionElement
extends IStringBuilder

The IFunctionElement interface is an object that represents a function element in a function.

It extends the IStringBuilder interface.

Instances of classes that implement this interface are used to represent function elements in functions.


Method Summary
 int getDataType()
          Returns the data type of the value.
 
Methods inherited from interface com.ibm.websphere.query.base.IStringBuilder
buildString, buildString
 

Method Detail

getDataType

int getDataType()
Returns the data type of the value.