|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
Internal use only
static final ComparisonOperator.Enum ALL
static final ComparisonOperator.Enum ANY
static final int INT_ALL
static final int INT_ANY
| Method Detail |
|---|
org.apache.xmlbeans.StringEnumAbstractBase enumValue()
Internal use only
void set(org.apache.xmlbeans.StringEnumAbstractBase e)
Internal use only
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||