|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.9.0) E52932-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.jbo.common.types.Conjunction
public class Conjunction
| Field Summary | |
|---|---|
static java.lang.String |
AndConjunction. |
static java.lang.String |
AndNotAnd combined with Not. |
static java.lang.String |
NotNegation. |
static java.lang.String |
OrDisjunction. |
static java.lang.String |
OrNotOr combined with Not. |
| Constructor Summary | |
|---|---|
Conjunction() |
|
| Method Summary | |
|---|---|
static java.lang.String |
getSearchCriteriaConjunction(int con)Maps a ViewCriteriaComponent enumeration code to a Conjunction enumeration code. |
static java.lang.Integer |
getViewCriteriaConjuction(java.lang.String conjunction)Maps a Conjunction enumeration code to a ViewCriteriaComponent enumeration code. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String And
public static final java.lang.String Or
public static final java.lang.String Not
public static final java.lang.String AndNot
And combined with Not.
public static final java.lang.String OrNot
Or combined with Not.
| Constructor Detail |
|---|
public Conjunction()
| Method Detail |
|---|
public static java.lang.Integer getViewCriteriaConjuction(java.lang.String conjunction)
Conjunction enumeration code to a ViewCriteriaComponent enumeration code.conjunction - a conjunction stringpublic static java.lang.String getSearchCriteriaConjunction(int con)
ViewCriteriaComponent enumeration code to a Conjunction enumeration code.con - a ViewCriteriaComponent conjunction
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.9.0) E52932-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||