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.core |
Represents the fundamental data structures of the user-defined property
and the interface of UI listener.
|
org.eclipse.birt.report.model.api.elements.structures |
Defines the structure types in Model system.
|
org.eclipse.birt.report.model.api.metadata |
Defines the elements, properties, types, structures and slots
in the Report Object Model.
|
Modifier and Type | Method and Description |
---|---|
IStructureDefn |
StructureHandle.getDefn()
Returns the definition of the structure.
|
Modifier and Type | Method and Description |
---|---|
IStructureDefn |
UserPropertyDefn.getDefn()
Gets the definition of the structure which represents the user property
definition.
|
IStructureDefn |
IStructure.getDefn()
Returns the structure definition from the meta-data dictionary.
|
IStructureDefn |
UserPropertyDefn.getStructDefn() |
Modifier and Type | Method and Description |
---|---|
IStructureDefn |
MapRule.getDefn() |
IStructureDefn |
HighlightRule.getDefn() |
Modifier and Type | Method and Description |
---|---|
IStructureDefn |
IPropertyDefn.getStructDefn()
Returns the structure definition for this value.
|
IStructureDefn |
IMetaDataDictionary.getStructure(java.lang.String name)
Finds a structure definition by name.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IStructureDefn> |
IMetaDataDictionary.getStructures()
Returns the structure list.
|
Copyright © 2008 Actuate Corp. All rights reserved.