SAP J2EE Engine

Version 6.40


com.sapportals.connector.execution.objects.language
Interface IConstant

All Superinterfaces:
IExpression, ILanguageObject

public interface IConstant
extends IExpression

This interface marks a SQL operation symbol of a constant value.

Version:
1.0

Method Summary
 java.lang.Object getValue()
          Returns the value of the constant expression
 boolean isNull()
          Returns whether the value of the constant is null
 
Methods inherited from interface com.sapportals.connector.execution.objects.language.IExpression
getType
 

Method Detail

getValue

public java.lang.Object getValue()
Returns the value of the constant expression
Returns:
Object

isNull

public boolean isNull()
Returns whether the value of the constant is null
Returns:
boolean

SAP J2EE Engine

Version 6.40


Copyright © 2001-2005 SAP AG. All Rights Reserved.