Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1)

E10653-03


oracle.jbo.common.types
Class Conjunction

java.lang.Object
  extended by oracle.jbo.common.types.Conjunction


public class Conjunction
extends java.lang.Object
Since:
11g Release 1 (11.1.1)

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

And

public static final java.lang.String And
Conjunction.
See Also:
Constant Field Values

Or

public static final java.lang.String Or
Disjunction.
See Also:
Constant Field Values

Not

public static final java.lang.String Not
Negation.
See Also:
Constant Field Values

AndNot

public static final java.lang.String AndNot
And combined with Not.
See Also:
Constant Field Values

OrNot

public static final java.lang.String OrNot
Or combined with Not.
See Also:
Constant Field Values

Constructor Detail

Conjunction

public Conjunction()

Method Detail

getViewCriteriaConjuction

public static java.lang.Integer getViewCriteriaConjuction(java.lang.String conjunction)
Maps a Conjunction enumeration code to a ViewCriteriaComponent enumeration code.
Parameters:
conjunction - a conjunction string
Returns:
a ViewCriteriaComponent conjunction.

getSearchCriteriaConjunction

public static java.lang.String getSearchCriteriaConjunction(int con)
Maps a ViewCriteriaComponent enumeration code to a Conjunction enumeration code.
Parameters:
con - a ViewCriteriaComponent conjunction
Returns:
a conjunction string.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1)

E10653-03


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