|
Oracle Fusion Middleware Java API Reference for Oracle Help 12c (12.1.2) E48720-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.help.common.search.StringExpression
public class StringExpression
StringExpression implements SearchExpression interface. StringExpression is the base case for a BooleanExpression. StringExpressions occupy the leaf positions in a BooleanExpression tree.
Field Summary |
---|
Fields inherited from interface oracle.help.common.search.SearchExpression |
---|
AND, NAND, NONE, NOT, OR |
Constructor Summary | |
---|---|
StringExpression(java.lang.String[] words, boolean caseSensitive) Constructs a StringExpression SearchExpression object. |
|
StringExpression(java.lang.String word, boolean caseSensitive) Constructs a StringExpression SearchExpression object. |
Method Summary | |
---|---|
java.lang.String[] |
getData() Returns the data for the StringExpression object. |
SearchExpression |
getExpression1() Returns the expression1 in the boolean operation. |
SearchExpression |
getExpression2() Returns the expression2 in the boolean operation. |
int |
getOperator() Returns the boolean operator associated with StringExpression. |
boolean |
isCaseSensitive() Returns true if the SearchExpression is case sensitive, and false otherwise. |
void |
print() Print the words. |
void |
setCaseSensitive(boolean caseSensitive) Set to true if the SearchExpression is case sensitive, and false otherwise. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringExpression(java.lang.String word, boolean caseSensitive)
public StringExpression(java.lang.String[] words, boolean caseSensitive)
Method Detail |
---|
public SearchExpression getExpression1()
getExpression1
in interface SearchExpression
public SearchExpression getExpression2()
getExpression2
in interface SearchExpression
public java.lang.String[] getData()
getData
in interface SearchExpression
public boolean isCaseSensitive()
isCaseSensitive
in interface SearchExpression
public void setCaseSensitive(boolean caseSensitive)
public int getOperator()
getOperator
in interface SearchExpression
public void print()
print
in interface SearchExpression
|
Oracle Fusion Middleware Java API Reference for Oracle Help 12c (12.1.2) E48720-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |