|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 2 (11.1.2.0.0) E17483-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.jbo.common.types.Conjunction
public class Conjunction
| Field Summary | |
|---|---|
static java.lang.String |
And
Conjunction. |
static java.lang.String |
AndNot
And combined with Not. |
static java.lang.String |
Not
Negation. |
static java.lang.String |
Or
Disjunction. |
static java.lang.String |
OrNot
Or 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 string
public 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 2 (11.1.2.0.0) E17483-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||