Oracle Mail Java API Reference
10g Release 1 (10.1.2)

B25457-01

oracle.mail.sdk.rule
Class OperatorType

oracle.mail.sdk.rule.RuleElement
  |
  +--oracle.mail.sdk.rule.OperatorType

public final class OperatorType
extends RuleElement

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:

Since:
9.0
See Also:
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

OperatorType

public OperatorType(java.lang.String theoperator)
             throws oracle.xml.classgen.InvalidContentException
Creates an operator object from an operator name
Parameters:
theoperator - name of the operator
Throws:
InvalidContentException - invalid operator

Method Detail

getOp

public java.lang.String getOp()
Gets the operator name
Returns:
operator name

setCaseSensitive

public void setCaseSensitive(java.lang.String thecaseSensitive)
                      throws java.lang.IllegalArgumentException,
                             oracle.xml.classgen.InvalidContentException
Sets the case sensitiveness of this operator
Parameters:
thecaseSensitive - either yes or no
Throws:
InvalidContentException - invalid input

getCaseSensitive

public java.lang.String getCaseSensitive()
Gets the case sensitiveness of this operator
Returns:
either yes or no

Oracle Mail Java API Reference
10g Release 1 (10.1.2)

B25457-01

Copyright © 2002, 2005, Oracle. All rights reserved.