public interface IDesignElement
extends java.lang.Cloneable
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Generates a clone copy of this element.
|
IElementDefn |
getDefn()
Returns the definition object for this element.
|
DesignElementHandle |
getHandle(org.eclipse.birt.report.model.core.Module module)
Returns an API handle for this element.
|
IElementDefn getDefn()
Part of: Meta data system.
DesignElementHandle getHandle(org.eclipse.birt.report.model.core.Module module)
module
- the modulejava.lang.Object clone() throws java.lang.CloneNotSupportedException
When inserting the cloned element into the design tree, user needs to
care about the element name confliction; that is, the client needs to
call the method
to change the element names.ModuleHandleImpl.rename( DesignElementHandle )
java.lang.CloneNotSupportedException
- if clone is not supported.Copyright © 2008 Actuate Corp. All rights reserved.