Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.1.0)

E17483-02

oracle.jbo
Interface ViewCriteriaComponent

All Known Implementing Classes:
ViewCriteria, ViewCriteria.NestedViewCriteriaRow, ViewCriteriaImpl, ViewCriteriaItem, ViewCriteriaItemCompound, ViewCriteriaItemCompoundImpl, ViewCriteriaItemImpl, ViewCriteriaRow, ViewCriteriaRowImpl

public interface ViewCriteriaComponent


Field Summary
static int VC_CONJ_AND
          VC_CONJ_... constants are used to specify the conjuction for the ViewCriteriaComponent.
static int VC_CONJ_NOT
          VC_CONJ_... constants are used to specify the conjuction for the ViewCriteriaComponent.
static int VC_CONJ_OR
          VC_CONJ_... constants are used to specify the conjuction for the ViewCriteriaComponent.
static int VC_CONJ_UNION
           
static int VC_UPPER_COL_DEFAULT
           
static int VC_UPPER_COL_FALSE
           
static int VC_UPPER_COL_TRUE
           
 
Method Summary
 int getConjunction()
           
 int getUpperColumnsValue()
           
 boolean isUpperColumns()
           
 void setConjunction(int conj)
           
 void setUpperColumns(boolean b)
           
 

Field Detail

VC_CONJ_OR

static final int VC_CONJ_OR
VC_CONJ_... constants are used to specify the conjuction for the ViewCriteriaComponent.

VC_CONJ_OR will connect this ViewCriteriaComponent with an OR conjunction.

See Also:
Constant Field Values

VC_CONJ_AND

static final int VC_CONJ_AND
VC_CONJ_... constants are used to specify the conjuction for the ViewCriteriaComponent.

VC_CONJ_AND will connect this ViewCriteriaComponent with an AND conjunction.

See Also:
Constant Field Values

VC_CONJ_UNION

static final int VC_CONJ_UNION
See Also:
Constant Field Values

VC_CONJ_NOT

static final int VC_CONJ_NOT
VC_CONJ_... constants are used to specify the conjuction for the ViewCriteriaComponent.

VC_CONJ_NOT will negate the clause generated by this ViewCriterComponent. VC_CONJ_NOT may be combined with other VC_CONJ_... constants through a bit-wise OR operator.

See Also:
Constant Field Values

VC_UPPER_COL_DEFAULT

static final int VC_UPPER_COL_DEFAULT
See Also:
Constant Field Values

VC_UPPER_COL_TRUE

static final int VC_UPPER_COL_TRUE
See Also:
Constant Field Values

VC_UPPER_COL_FALSE

static final int VC_UPPER_COL_FALSE
See Also:
Constant Field Values
Method Detail

getConjunction

int getConjunction()

setConjunction

void setConjunction(int conj)

isUpperColumns

boolean isUpperColumns()

setUpperColumns

void setUpperColumns(boolean b)

getUpperColumnsValue

int getUpperColumnsValue()

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.1.0)

E17483-02

Copyright © 1997, 2011, Oracle. All rights reserved.