Oracle Email Java API Reference
Release 2(9.0.4)

B10724-01

oracle.mail.sdk.rule
Class OperatorType

java.lang.Object
  |
  +--oracle.xml.classgen.CGXSDElement
        |
        +--oracle.mail.sdk.rule.RuleElement
              |
              +--oracle.mail.sdk.rule.OperatorType

public 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
Version:
$Header: OperatorType.java 10-jan-2002.17:06:26 haye Exp $
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

 

Methods inherited from class oracle.xml.classgen.CGXSDElement
getAttributes, getChildElements, getNodeValue, print, printAttributes

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

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:
oracle.xml.classgen.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:
oracle.xml.classgen.InvalidContentException - invalid input

getCaseSensitive

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

Oracle Email Java API Reference
Release 2(9.0.4)

B10724-01

Copyright © 1988, 2003 Oracle Corporation. All Rights Reserved.