SAP J2EE Engine

Version 6.40


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

All Superinterfaces:
IExpression, ILanguageObject, ISelectSymbol, ISymbol
All Known Subinterfaces:
IAttributeAliasSymbol

public interface IAttributeSymbol
extends ISelectSymbol, IExpression

This interface marks a SQL operation symbol of a Business object attribute. In the following example: SELECT my_business_object.obj_id FROM my_business_object my_business_object.obj_id is the attribute

Version:
1.0

Method Summary
 IBusinessObjectSymbol getBusinessObject()
          Returns the business object the attribute belongs to
 
Methods inherited from interface com.sapportals.connector.execution.objects.language.ISelectSymbol
getType
 
Methods inherited from interface com.sapportals.connector.execution.objects.language.ISymbol
getName
 
Methods inherited from interface com.sapportals.connector.execution.objects.language.IExpression
getType
 

Method Detail

getBusinessObject

public IBusinessObjectSymbol getBusinessObject()
Returns the business object the attribute belongs to
Returns:
IBusinessObjectSymbol

SAP J2EE Engine

Version 6.40


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