Uses of Class
org.eclipse.birt.chart.model.attribute.RuleType

Packages that use RuleType
org.eclipse.birt.chart.model.attribute Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be customized via appropriate accessor methods. 
org.eclipse.birt.chart.model.attribute.impl Contains attribute core class implementations (for fonts, fills, lines, etc) for all chart components that may be customized via appropriate accessor methods. 
org.eclipse.birt.chart.model.attribute.util This is a placeholder file for the org.eclipse.birt.chart.model.attribute.util package. 
org.eclipse.birt.chart.model.data Holds a set of interfaces that define the structure of the data source and typed data elements associated with a chart series. 
org.eclipse.birt.chart.model.data.impl Holds a set of classes that define the structure of the data source and typed data elements associated with a chart series. 
 

Uses of RuleType in org.eclipse.birt.chart.model.attribute
 

Fields in org.eclipse.birt.chart.model.attribute declared as RuleType
static RuleType RuleType.FILTER_LITERAL
          Deprecated. The 'Filter' literal object.
static RuleType RuleType.SUPPRESS_LITERAL
          Deprecated. The 'Suppress' literal object.
static RuleType RuleType.LINK_LITERAL
          Deprecated. The 'Link' literal object.
 

Methods in org.eclipse.birt.chart.model.attribute that return RuleType
static RuleType RuleType.get(java.lang.String literal)
          Deprecated. Returns the 'Rule Type' literal with the specified literal value.
static RuleType RuleType.getByName(java.lang.String name)
          Deprecated. Returns the 'Rule Type' literal with the specified name.
static RuleType RuleType.get(int value)
          Deprecated. Returns the 'Rule Type' literal with the specified integer value.
 

Uses of RuleType in org.eclipse.birt.chart.model.attribute.impl
 

Methods in org.eclipse.birt.chart.model.attribute.impl that return RuleType
 RuleType AttributeFactoryImpl.createRuleTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 RuleType AttributeFactoryImpl.createRuleTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 

Uses of RuleType in org.eclipse.birt.chart.model.attribute.util
 

Methods in org.eclipse.birt.chart.model.attribute.util with parameters of type RuleType
 boolean AttributeValidator.validateRuleType(RuleType ruleType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean AttributeValidator.validateRuleTypeObject(RuleType ruleTypeObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of RuleType in org.eclipse.birt.chart.model.data
 

Methods in org.eclipse.birt.chart.model.data that return RuleType
 RuleType Rule.getType()
          Deprecated. Returns the value of the 'Type' attribute.
 

Methods in org.eclipse.birt.chart.model.data with parameters of type RuleType
 void Rule.setType(RuleType value)
          Deprecated. Sets the value of the 'Type' attribute.
 

Uses of RuleType in org.eclipse.birt.chart.model.data.impl
 

Methods in org.eclipse.birt.chart.model.data.impl that return RuleType
 RuleType RuleImpl.getType()
          Deprecated.  
 

Methods in org.eclipse.birt.chart.model.data.impl with parameters of type RuleType
 void RuleImpl.setType(RuleType newType)
          Deprecated.  
static Rule RuleImpl.create(RuleType rt, java.lang.String sValue)
          Deprecated. A convenience method provided to create a new initialized rule instance
 



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