|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.idp.dsc.filter.Connective
public class Connective
An object that represents a logical AND or OR value used to connect filtering conditions.
| Field Summary | |
|---|---|
static Connective |
AND
A static Connective object representing a logical AND. |
java.lang.String |
connective
Indicates whether the newly created object uses a logical AND or OR value. |
static Connective |
OR
A static Connective object representing a logical OR. |
| Constructor Summary | |
|---|---|
Connective(java.lang.String connective)
Constructor that uses a String indicating whether the newly created object
uses a logical AND or OR value. |
|
| Method Summary | |
|---|---|
static Connective |
fromString(java.lang.String aConnectiveStr)
A conversion method that creates a new Connective object based on a String
indicating whether the newly created object
uses a logical AND or OR value. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String connective
AND or OR value. Its possible values are "AND" and "OR".
public static final Connective AND
Connective object representing a logical AND.
public static final Connective OR
Connective object representing a logical OR.
| Constructor Detail |
|---|
public Connective(java.lang.String connective)
String indicating whether the newly created object
uses a logical AND or OR value.
connective - Indicates whether the newly created object
uses a logical AND or OR value. Its possible values are "AND" and "OR".| Method Detail |
|---|
public static final Connective fromString(java.lang.String aConnectiveStr)
Connective object based on a String
indicating whether the newly created object
uses a logical AND or OR value.
aConnectiveStr - Indicates whether the newly created object
uses a logical AND or OR value. Its possible values are "AND" and "OR".
Connective object representing a logical AND or OR.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||