org.eclipse.birt.chart.model.data
Interface Rule

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
RuleImpl

Deprecated. only reserved for compatibility

public interface Rule
extends org.eclipse.emf.ecore.EObject

A 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
 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.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getType

public RuleType getType()
Deprecated. 
Returns the value of the 'Type' attribute. The default value is "Filter". The literals are from the enumeration RuleType.

Returns:
the value of the 'Type' attribute.
See Also:
RuleType, isSetType(), unsetType(), setType(RuleType), DataPackage.getRule_Type()

setType

public 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

public void unsetType()
Deprecated. 
Unsets the value of the 'Type' attribute.

See Also:
isSetType(), getType(), setType(RuleType)

isSetType

public 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

public 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

public 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()


Copyright © 2005-2007 Actuate Corp. All rights reserved.