|
Oracle® Mail Java API Reference 10g Release 1 (10.1.1) B14492-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.AttributeType
The class represents a message attribute, to be used in a condition object. Some attributes requires parameters, such as "xheader" requiring a header name, and "flag" requiring a flag name. The choices to attribute tag names are:
ConditionType
Constructor Summary | |
AttributeType(java.lang.String theattribute) Creates an instance from an attribute string |
Method Summary | |
java.lang.String |
getAttributeType() Gets the attribute data type |
java.lang.String |
getParam() Gets the value of attribute parameter |
java.lang.String |
getTag() Gets the attribute name |
void |
setParam(java.lang.String theparam) Sets the value of the attribute parameter |
Methods inherited from class oracle.mail.sdk.rule.RuleElement |
escapeString, getParent, getType, printAttributes, removeAll, removeAt |
Constructor Detail |
public AttributeType(java.lang.String theattribute) throws oracle.xml.classgen.InvalidContentException
theattribute
- the attribute stringMethod Detail |
public java.lang.String getTag()
public java.lang.String getAttributeType()
public void setParam(java.lang.String theparam) throws java.lang.IllegalArgumentException
theparam
- the parameter to setpublic java.lang.String getParam() throws java.lang.IllegalArgumentException
|
Oracle® Mail Java API Reference 10g Release 1 (10.1.1) B14492-01 |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |