Uses of Class
org.eclipse.birt.report.model.api.elements.structures.FormatValue

Packages that use FormatValue
org.eclipse.birt.report.model.api Tool-writer's interface for the BIRT design model (also known as the "Design Engine.") 
org.eclipse.birt.report.model.api.elements.structures Defines the structure types in Model system. 
org.eclipse.birt.report.model.api.olap   
 

Uses of FormatValue in org.eclipse.birt.report.model.api
 

Methods in org.eclipse.birt.report.model.api that return FormatValue
static FormatValue StructureFactory.newFormatValue()
          Creates a new format value structure.
 

Uses of FormatValue in org.eclipse.birt.report.model.api.elements.structures
 

Subclasses of FormatValue in org.eclipse.birt.report.model.api.elements.structures
 class DateFormatValue
          The format value for the data.
 class DateTimeFormatValue
          The format value for the data-time.
 class NumberFormatValue
          The format value for the number like integer, float, etc.
 class ParameterFormatValue
          Represents the format for the default value of scalar parameter.
 class StringFormatValue
          The format value for the string type.
 class TimeFormatValue
          The format value for the time.
 

Uses of FormatValue in org.eclipse.birt.report.model.api.olap
 

Methods in org.eclipse.birt.report.model.api.olap with parameters of type FormatValue
 void LevelHandle.setFormat(FormatValue format)
          Sets the format of the measure.
 void MeasureHandle.setFormat(FormatValue format)
          Sets the format of the measure.
 



Copyright © 2008 Actuate Corp. All rights reserved.