| Package | Description | 
|---|---|
| oracle.jbo | 
 Contains interfaces for client-side applications. 
 | 
| oracle.jbo.server | 
 Contains the implementation of middle tier components. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static JboCompOper | 
ViewCriteriaItem.EQ_OPERATOR  | 
protected JboCompOper | 
ViewCriteriaItem.mCompOper  | 
| Modifier and Type | Method and Description | 
|---|---|
JboCompOper | 
ViewCriteriaItem.getCompOper()
Finds the JboCompOper object for the operator set for this
 VC item. 
 | 
JboCompOper | 
ViewCriteriaItem.getCompOper(java.lang.String operator)
Finds the JboCompOper object for the given operator. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ViewCriteriaItem.addCompOper(int index,
           JboCompOper compOper)  | 
void | 
ViewCriteriaItem.addCompOper(JboCompOper compOper)  | 
void | 
ViewCriteriaItem.removeCompOper(JboCompOper compOper)  | 
| Modifier and Type | Method and Description | 
|---|---|
JboCompOper | 
AttributeDefImpl.lookupCompOper(java.lang.String id)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AttributeDefImpl.addCompOper(JboCompOper oper)  |