com.businessobjects.query
Interface Operand

All Known Subinterfaces:
ObjectComparison, Prompt, Values

public interface Operand

Operand is the parent interface for the operands used in a Filter. Use instances of Prompt, Values, or ObjectComparison to set the operand.

Example:Using instance of prompt to set the operand
Operand[] boConditionPrompt = new Operand[1];

Prompt boPrompt = Prompt.Factory.newInstance();
boConditionPrompt[0] = boPrompt;


Nested Class Summary
static class Operand.Factory
          A class with methods for creating instances of the Operand type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
          Internal Use Only.
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type

Internal Use Only.