|
Oracle Mail Java API Reference 10g Release 1 (10.1.2) B25457-01 |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
oracle.mail.sdk.rule.RuleElement | +--oracle.mail.sdk.rule.OperatorType
This class represents a condition operator. An operator if operates on string values, can be either case sensitive or not case sensitive. The choices of operators are:
ConditionType
Constructor Summary | |
OperatorType(java.lang.String theoperator) Creates an operator object from an operator name |
Method Summary | |
java.lang.String |
getCaseSensitive() Gets the case sensitiveness of this operator |
java.lang.String |
getOp() Gets the operator name |
void |
setCaseSensitive(java.lang.String thecaseSensitive) Sets the case sensitiveness of this operator |
Methods inherited from class oracle.mail.sdk.rule.RuleElement |
getParent, getType, printAttributes, removeAll, removeAt |
Constructor Detail |
public OperatorType(java.lang.String theoperator) throws oracle.xml.classgen.InvalidContentException
theoperator
- name of the operatorMethod Detail |
public java.lang.String getOp()
public void setCaseSensitive(java.lang.String thecaseSensitive) throws java.lang.IllegalArgumentException, oracle.xml.classgen.InvalidContentException
thecaseSensitive
- either yes or nopublic java.lang.String getCaseSensitive()
|
Oracle Mail Java API Reference 10g Release 1 (10.1.2) B25457-01 |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |