public interface Rule extends IChartObject
The following features are supported:
DataPackage.getRule()| Modifier and Type | Method and Description |
|---|---|
Rule |
copyInstance()
Deprecated.
|
RuleType |
getType()
Deprecated.
Returns the value of the 'Type' attribute.
|
java.lang.String |
getValue()
Deprecated.
Returns the value of the 'Value' attribute.
|
boolean |
isSetType()
Deprecated.
Returns whether the value of the '
Type' attribute is set. |
void |
setType(RuleType value)
Deprecated.
Sets the value of the '
Type' attribute. |
void |
setValue(java.lang.String value)
Deprecated.
Sets the value of the '
Value' attribute. |
void |
unsetType()
Deprecated.
Unsets the value of the '
Type' attribute. |
RuleType getType()
"Filter".
The literals are from the enumeration RuleType. RuleType,
isSetType(),
unsetType(),
setType(RuleType),
DataPackage.getRule_Type()void setType(RuleType value)
Type' attribute. value - the new value of the 'Type' attribute.RuleType,
isSetType(),
unsetType(),
getType()void unsetType()
Type' attribute. isSetType(),
getType(),
setType(RuleType)boolean isSetType()
Type' attribute is set.
unsetType(),
getType(),
setType(RuleType)java.lang.String getValue()
setValue(String),
DataPackage.getRule_Value()void setValue(java.lang.String value)
Value' attribute. value - the new value of the 'Value' attribute.getValue()Rule copyInstance()
copyInstance in interface IChartObjectCopyright © 2005-2008 Actuate Corp. All rights reserved.