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.api.validators |
Provides the validation classes for semantic check on multiple properties.
|
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 IPropertyDefn |
SimpleValueHandle.getDefn()
Gets the generic property definition.
|
IPropertyDefn |
PropertyHandleImpl.getDefn() |
IPropertyDefn |
MemberHandle.getDefn() |
protected IPropertyDefn |
ComplexValueHandle.getDefn()
Returns a definition for the handle.
|
Modifier and Type | Class and Description |
---|---|
class |
UserPropertyDefn
Represents a user-defined property.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IElementPropertyDefn
Interface of the Meta-data information for an element property or an
extension model property.
|
Modifier and Type | Method and Description |
---|---|
IPropertyDefn |
IObjectDefn.findProperty(java.lang.String propName)
Gets a property definition given the property name.
|
IPropertyDefn |
IStructureDefn.getMember(java.lang.String name)
Gets a structure member by name.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<IPropertyDefn> |
IObjectDefn.getPropertyIterator()
Returns an iterator over the property definitions.
|
java.util.Iterator<IPropertyDefn> |
IObjectDefn.propertiesIterator()
Returns an iterator over the property definitions.
|
Constructor and Description |
---|
PropertyValueException(org.eclipse.birt.report.model.core.DesignElement obj,
IPropertyDefn propDefn,
IPropertyDefn memberDefn,
java.lang.Object value,
java.lang.String errCode)
Constructs an exception given the definition of the property, the
structure member definition, an invalid value and its error code.
|
PropertyValueException(org.eclipse.birt.report.model.core.DesignElement obj,
IPropertyDefn propDefn,
java.lang.Object value,
java.lang.String errCode)
Constructs an exception given the definition of the property, an invalid
value and its error code.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<SemanticException> |
StructureListValidator.validateForAdding(DesignElementHandle element,
IPropertyDefn propDefn,
java.util.List<java.lang.Object> list,
IStructure toAdd)
Validates whether a new structure can be added to structure list.
|
java.util.List<SemanticException> |
SimpleListValidator.validateForAdding(DesignElementHandle element,
IPropertyDefn propDefn,
java.util.List<java.lang.Object> list,
java.lang.Object toAdd)
Validates whether a new item can be added to the simple value list.
|
java.util.List<SemanticException> |
StructureListValidator.validateForRenaming(DesignElementHandle element,
IPropertyDefn propDefn,
java.util.List<java.lang.Object> list,
IStructure toRenamed,
IPropertyDefn memberDefn,
java.lang.String newName)
Validates whether a structure can be renamed to the given name.
|
Modifier and Type | Class and Description |
---|---|
class |
org.eclipse.birt.report.model.metadata.ElementPropertyDefn
Meta-data information for a property.
|
class |
org.eclipse.birt.report.model.metadata.PropertyDefn
Base class for both element property and structure member definitions.
|
Copyright © 2008 Actuate Corp. All rights reserved.