com.businessobjects.query
Interface ComparisonOperator


public interface ComparisonOperator

The ComparisonOperator interface is used to compare objects


Nested Class Summary
static class ComparisonOperator.Enum
          Enumeration value class for com.businessobjects.query.ComparisonOperator.
static class ComparisonOperator.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static ComparisonOperator.Enum ALL
          Use the "All" comparison operator in the SubQuery
static ComparisonOperator.Enum ANY
          Use the "ANY" comparison operator in the SubQuery
static int INT_ALL
          Returns the int value corresponding to "ALL" ComaparisonOperator
static int INT_ANY
          Returns the int value corresponding to "ANY" ComaparisonOperator
static org.apache.xmlbeans.SchemaType type
           Internal use only
 
Method Summary
 org.apache.xmlbeans.StringEnumAbstractBase enumValue()
           Internal use only
 void set(org.apache.xmlbeans.StringEnumAbstractBase e)
           Internal use only
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type

Internal use only


ALL

static final ComparisonOperator.Enum ALL
Use the "All" comparison operator in the SubQuery


ANY

static final ComparisonOperator.Enum ANY
Use the "ANY" comparison operator in the SubQuery


INT_ALL

static final int INT_ALL
Returns the int value corresponding to "ALL" ComaparisonOperator

See Also:
Constant Field Values

INT_ANY

static final int INT_ANY
Returns the int value corresponding to "ANY" ComaparisonOperator

See Also:
Constant Field Values
Method Detail

enumValue

org.apache.xmlbeans.StringEnumAbstractBase enumValue()

Internal use only


set

void set(org.apache.xmlbeans.StringEnumAbstractBase e)

Internal use only