SAP J2EE Engine

Version 6.40


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

All Superinterfaces:
ICriteria, ILanguageObject, ILogicalCriteria

public interface ICompoundLogicalCriteria
extends ILogicalCriteria

This interface is used by compound logical conditions.

Version:
1.0

Field Summary
static int OP_AND
          Constant indicating the logical "and" of two or more criteria.
static int OP_OR
          Constant indicating the logical "or" of two or more criteria.
 
Method Summary
 java.util.Iterator getCriteria()
          Returns the Iterator of composing criteria objects.
 ICriteria getCriteria(int index)
          Returns one of the composing criteria objects by index
 int getCriteriaCount()
          Returns the number of composing criteria in this clause.
 int getOperator()
          Returns the operator used in the logical expression.
 

Field Detail

OP_AND

public static final int OP_AND
Constant indicating the logical "and" of two or more criteria.

OP_OR

public static final int OP_OR
Constant indicating the logical "or" of two or more criteria.
Method Detail

getCriteria

public java.util.Iterator getCriteria()
Returns the Iterator of composing criteria objects.
Returns:
Iterator of ICriteria

getCriteria

public ICriteria getCriteria(int index)
Returns one of the composing criteria objects by index
Parameters:
index - the index of the composite criteria
Returns:
ICriteria

getCriteriaCount

public int getCriteriaCount()
Returns the number of composing criteria in this clause.
Returns:
int

getOperator

public int getOperator()
Returns the operator used in the logical expression.
Returns:
int

SAP J2EE Engine

Version 6.40


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