|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
Internal Use Only.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||