com.ibm.websphere.query.base
Interface IValue

All Superinterfaces:
IFunctionElement, ILeftOperand, IRightOperand, IStringBuilder, java.io.Serializable
All Known Implementing Classes:
Value, ValueList

public interface IValue
extends ILeftOperand, IRightOperand, IFunctionElement, IStringBuilder

The IValue interface is an object that represents a value in a query.

It extends the ILeftOperand, IRightOperand, IFunctionElement, and IStringBuilder interfaces.

Instances of classes that implement this interface are used to represent values that contain a value string and a data type.


Method Summary
 java.lang.String getPropertyName()
           
 java.lang.String getValueString()
          Returns the value string of the value.
 
Methods inherited from interface com.ibm.websphere.query.base.ILeftOperand
getDataType
 
Methods inherited from interface com.ibm.websphere.query.base.IFunctionElement
getDataType
 
Methods inherited from interface com.ibm.websphere.query.base.IStringBuilder
buildString, buildString
 

Method Detail

getValueString

java.lang.String getValueString()
Returns the value string of the value.


getPropertyName

java.lang.String getPropertyName()