Uses of Class
org.eclipse.birt.report.model.api.elements.structures.FormatValue
Packages that use FormatValue
Package
Description
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
Defines the structure types in Model system.
-
Uses of FormatValue in org.eclipse.birt.report.model.api
Methods in org.eclipse.birt.report.model.api that return FormatValueModifier and TypeMethodDescriptionColumnHintHandle.getValueFormat()
Gets the value format of the column.static FormatValue
StructureFactory.newFormatValue()
Creates a new format value structure.Methods in org.eclipse.birt.report.model.api with parameters of type FormatValueModifier and TypeMethodDescriptionvoid
ColumnHintHandle.setValueFormat
(FormatValue format) Sets the value format of the column. -
Uses of FormatValue in org.eclipse.birt.report.model.api.elements.structures
Subclasses of FormatValue in org.eclipse.birt.report.model.api.elements.structuresModifier and TypeClassDescriptionclass
The format value for the data.class
The format value for the data-time.class
The format value for the number like integer, float, etc.class
Represents the format for the default value of scalar parameter.class
The format value for the string type.class
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 FormatValueModifier and TypeMethodDescriptionvoid
LevelHandle.setFormat
(FormatValue format) Sets the format of the level.void
MeasureHandle.setFormat
(FormatValue format) Sets the format of the measure.