Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
FormatValue |
ColumnHintHandle.getValueFormat()
Gets the value format of the column.
|
static FormatValue |
StructureFactory.newFormatValue()
Creates a new format value structure.
|
Modifier and Type | Method and Description |
---|---|
void |
ColumnHintHandle.setValueFormat(FormatValue format)
Sets the value format of the column.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
MeasureHandle.setFormat(FormatValue format)
Sets the format of the measure.
|
void |
LevelHandle.setFormat(FormatValue format)
Sets the format of the level.
|
Copyright © 2008 Actuate Corp. All rights reserved.