Uses of Interface
org.eclipse.birt.report.model.api.metadata.IStructureDefn
Packages that use IStructureDefn
Package
Description
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
Represents the fundamental data structures of the user-defined property
and the interface of UI listener.
Defines the structure types in Model system.
Defines the elements, properties, types, structures and slots
in the Report Object Model.
-
Uses of IStructureDefn in org.eclipse.birt.report.model.api
Methods in org.eclipse.birt.report.model.api that return IStructureDefnModifier and TypeMethodDescriptionStructureHandle.getDefn()
Returns the definition of the structure. -
Uses of IStructureDefn in org.eclipse.birt.report.model.api.core
Methods in org.eclipse.birt.report.model.api.core that return IStructureDefnModifier and TypeMethodDescriptionIStructure.getDefn()
Returns the structure definition from the meta-data dictionary.UserPropertyDefn.getDefn()
Gets the definition of the structure which represents the user property definition.UserPropertyDefn.getStructDefn()
-
Uses of IStructureDefn in org.eclipse.birt.report.model.api.elements.structures
Methods in org.eclipse.birt.report.model.api.elements.structures that return IStructureDefn -
Uses of IStructureDefn in org.eclipse.birt.report.model.api.metadata
Methods in org.eclipse.birt.report.model.api.metadata that return IStructureDefnModifier and TypeMethodDescriptionIPropertyDefn.getStructDefn()
Returns the structure definition for this value.IMetaDataDictionary.getStructure
(String name) Finds a structure definition by name.Methods in org.eclipse.birt.report.model.api.metadata that return types with arguments of type IStructureDefnModifier and TypeMethodDescriptionIMetaDataDictionary.getStructures()
Returns the structure list.