Interface Rule
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IChartObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
RuleImpl
Deprecated.
only reserved for compatibility
A representation of the model object
'Rule'.
This type represents a rule to process a query expression.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getType()
Deprecated.Returns the value of the 'Type' attribute.getValue()
Deprecated.Returns the value of the 'Value' attribute.boolean
Deprecated.Returns whether the value of the 'Type
' attribute is set.void
Deprecated.Sets the value of the 'Type
' attribute.void
Deprecated.Sets the value of the 'Value
' attribute.void
Deprecated.Unsets the value of the 'Type
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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:
-
setType
Deprecated.Sets the value of the 'Type
' attribute.- Parameters:
value
- the new value of the 'Type' attribute.- See Also:
-
unsetType
void unsetType()Deprecated.Unsets the value of the 'Type
' attribute.- See Also:
-
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:
-
getValue
String getValue()Deprecated.Returns the value of the 'Value' attribute.- Returns:
- the value of the 'Value' attribute.
- See Also:
-
setValue
Deprecated.Sets the value of the 'Value
' attribute.- Parameters:
value
- the new value of the 'Value' attribute.- See Also:
-
copyInstance
Rule copyInstance()Deprecated.- Specified by:
copyInstance
in interfaceIChartObject
-