com.businessobjects.query
Interface ObjectComparison

All Superinterfaces:
Operand

public interface ObjectComparison
extends Operand

Provides the functionality to use a QueryObject as an Operand in a Filter condition.

See Also:
Operand, Filter

Nested Class Summary
static class ObjectComparison.Factory
          A class with methods for creating instances of the ObjectComparison type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
          Internal Use Only.
 
Method Summary
 QueryObject addNewQueryObject()
          Appends and returns a new empty "QueryObject" element.
 QueryObject getQueryObject()
           Gets the QueryObject used as the Operand in the Filter.
 void setQueryObject(QueryObject queryObject)
           Sets the QueryObject used as the Operand in the Filter.
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type

Internal Use Only.

Method Detail

getQueryObject

QueryObject getQueryObject()

Gets the QueryObject used as the Operand in the Filter.

Returns:
The QueryObject used as the Operand in the Filter

setQueryObject

void setQueryObject(QueryObject queryObject)

Sets the QueryObject used as the Operand in the Filter.

Parameters:
queryObject - the QueryObject used as the Operand in the Filter

addNewQueryObject

QueryObject addNewQueryObject()
Appends and returns a new empty "QueryObject" element.

Returns:
A new empty "QueryObject" element.