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.metadata |
Defines the elements, properties, types, structures and slots
in the Report Object Model.
|
org.eclipse.birt.report.model.metadata |
Defines the elements, properties, types, structures and slots
in the Report Object Model.
|
Modifier and Type | Method and Description |
---|---|
abstract IElementPropertyDefn |
ValueHandle.getPropertyDefn()
Gets the property definition.
|
IElementPropertyDefn |
StructureHandle.getPropertyDefn() |
IElementPropertyDefn |
PropertyHandleImpl.getPropertyDefn() |
IElementPropertyDefn |
MemberHandle.getPropertyDefn() |
IElementPropertyDefn |
GroupPropertyHandle.getPropertyDefn()
Return the property definition.
|
IElementPropertyDefn |
ComplexValueHandle.getPropertyDefn() |
IElementPropertyDefn |
DesignElementHandle.getPropertyDefn(java.lang.String propName)
Gets the property data for either a system-defined or user-defined
property.
|
Modifier and Type | Class and Description |
---|---|
class |
UserPropertyDefn
Represents a user-defined property.
|
Modifier and Type | Method and Description |
---|---|
IElementPropertyDefn |
IElementDefn.getProperty(java.lang.String propName)
Gets a property definition given a property name.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IElementPropertyDefn> |
IElementDefn.getContents()
Returns the property definitions for this element that can hold other
elements.
|
java.util.List<IElementPropertyDefn> |
IElementDefn.getExpressions()
Returns the expression property definition list of this element
definition and parent definition.
|
java.util.List<IElementPropertyDefn> |
IElementDefn.getLocalExpressions()
Returns the expression property definition list of this element
definition.
|
java.util.List<IElementPropertyDefn> |
IElementDefn.getLocalMethods()
Returns the method definition list of this element definition.
|
java.util.List<IElementPropertyDefn> |
IElementDefn.getLocalProperties()
Returns properties definitions as a list.
|
java.util.List<IElementPropertyDefn> |
IElementDefn.getMethods()
Returns the method definition list of this element definition and parent
definition.
|
java.util.List<IElementPropertyDefn> |
IElementDefn.getProperties()
Returns the properties defined on this element.
|
Modifier and Type | Class and Description |
---|---|
class |
org.eclipse.birt.report.model.metadata.ElementPropertyDefn
Meta-data information for a property.
|
Copyright © 2008 Actuate Corp. All rights reserved.