Interface Rule
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IChartObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
RuleImpl
@Deprecated public interface Rule extends IChartObject
Deprecated.only reserved for compatibilityA representation of the model object 'Rule'. This type represents a rule to process a query expression.The following features are supported:
- See Also:
DataPackage.getRule()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getType
RuleType getType()
Deprecated.Returns the value of the 'Type' attribute. The default value is"Filter"
. The literals are from the enumerationRuleType
.- Returns:
- the value of the 'Type' attribute.
- See Also:
RuleType
,isSetType()
,unsetType()
,setType(RuleType)
,DataPackage.getRule_Type()
-
setType
void setType(RuleType value)
Deprecated.Sets the value of the 'Type
' attribute.- Parameters:
value
- the new value of the 'Type' attribute.- See Also:
RuleType
,isSetType()
,unsetType()
,getType()
-
unsetType
void unsetType()
Deprecated.Unsets the value of the 'Type
' attribute.- See Also:
isSetType()
,getType()
,setType(RuleType)
-
isSetType
boolean isSetType()
Deprecated.Returns whether the value of the 'Type
' attribute is set.- Returns:
- whether the value of the 'Type' attribute is set.
- See Also:
unsetType()
,getType()
,setType(RuleType)
-
getValue
java.lang.String getValue()
Deprecated.Returns the value of the 'Value' attribute.- Returns:
- the value of the 'Value' attribute.
- See Also:
setValue(String)
,DataPackage.getRule_Value()
-
setValue
void setValue(java.lang.String value)
Deprecated.Sets the value of the 'Value
' attribute.- Parameters:
value
- the new value of the 'Value' attribute.- See Also:
getValue()
-
copyInstance
Rule copyInstance()
Deprecated.- Specified by:
copyInstance
in interfaceIChartObject
-
-