Oracle Email Java API Reference
Release 2(9.0.4)

B10724-01

oracle.mail.sdk.rule
Class CommandType

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

public class CommandType
extends RuleElement

The class represents a command name, as part of an action object. There are following choices of commands:

Since:
9.0
Version:
$Header: CommandType.java 01-may-2003.16:44:10 haye Exp $

Constructor Summary
CommandType()
           

 

Method Summary
 java.lang.String getTag()
          Gets the command name

 

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

CommandType

public CommandType()
Method Detail

getTag

public java.lang.String getTag()
Gets the command name
Returns:
command name

Oracle Email Java API Reference
Release 2(9.0.4)

B10724-01

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