org.eclipse.birt.report.model.api.metadata
Interface IStructureDefn
- All Superinterfaces:
- IObjectDefn
- public interface IStructureDefn
- extends IObjectDefn
Interface for the definition of a property structure: an object that is
"managed" by the model to allow generic member access and undo/redo support
for updates.
getMember
public IPropertyDefn getMember(java.lang.String name)
- Gets a structure member by name.
- Parameters:
name
- the name of the member to fine
- Returns:
- the member definition, or null if the member was not found
Copyright © 2005 Actuate Corp. All rights reserved.