Package | Description |
---|---|
oracle.binding.criteria |
Modifier and Type | Method and Description |
---|---|
SearchConjunction |
SearchCriteriaItem.getConjunction()
Gets the conjunction used between this view criteria row and the previous
view criteria row.
|
SearchConjunction |
SearchCriteriaGroup.getConjunction()
Gets the conjunction used between this view criteria row and the previous
view criteria row.
|
static SearchConjunction |
SearchConjunction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SearchConjunction[] |
SearchConjunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|