Uses of Interface
org.eclipse.birt.report.model.api.metadata.IPropertyDefn
-
Packages that use IPropertyDefn 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. -
-
Uses of IPropertyDefn in org.eclipse.birt.report.model.api
Methods in org.eclipse.birt.report.model.api that return IPropertyDefn Modifier and Type Method Description protected IPropertyDefn
ComplexValueHandle. getDefn()
Returns a definition for the handle.IPropertyDefn
MemberHandle. getDefn()
IPropertyDefn
PropertyHandleImpl. getDefn()
abstract IPropertyDefn
SimpleValueHandle. getDefn()
Gets the generic property definition. -
Uses of IPropertyDefn in org.eclipse.birt.report.model.api.core
Classes in org.eclipse.birt.report.model.api.core that implement IPropertyDefn Modifier and Type Class Description class
UserPropertyDefn
Represents a user-defined property. -
Uses of IPropertyDefn in org.eclipse.birt.report.model.api.metadata
Subinterfaces of IPropertyDefn in org.eclipse.birt.report.model.api.metadata Modifier and Type Interface Description interface
IElementPropertyDefn
Interface of the Meta-data information for an element property or an extension model property.Methods in org.eclipse.birt.report.model.api.metadata that return IPropertyDefn Modifier and Type Method 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.Methods in org.eclipse.birt.report.model.api.metadata that return types with arguments of type IPropertyDefn Modifier and Type Method 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.Constructors in org.eclipse.birt.report.model.api.metadata with parameters of type IPropertyDefn Constructor Description 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.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. -
Uses of IPropertyDefn in org.eclipse.birt.report.model.api.validators
Methods in org.eclipse.birt.report.model.api.validators with parameters of type IPropertyDefn Modifier and Type Method Description 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. 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>
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. -
Uses of IPropertyDefn in org.eclipse.birt.report.model.metadata
Classes in org.eclipse.birt.report.model.metadata with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw IPropertyDefn Modifier and Type Class 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.
-