SAP J2EE Engine

Version 6.40


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

All Superinterfaces:
ICriteria, ILanguageObject, IPredicateCriteria

public interface ISetCriteria
extends IPredicateCriteria

This interface marks the criteria object as one of the type A in (B1,...,Bn) where Bi is an expression.

Version:
1.0

Method Summary
 IExpression getExpression()
          Returns the expression of the criteria.
 java.util.Iterator getValues()
          Returns the Iterator of values (Object) in the criteria.
 int getValuesCount()
          Returns the number of values in the criteria values Iterator.
 

Method Detail

getExpression

public IExpression getExpression()
Returns the expression of the criteria.
Returns:
IExpression

getValuesCount

public int getValuesCount()
Returns the number of values in the criteria values Iterator.
Returns:
int

getValues

public java.util.Iterator getValues()
Returns the Iterator of values (Object) in the criteria.
Returns:
Iterator

SAP J2EE Engine

Version 6.40


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