public interface IStructure
extends org.eclipse.birt.report.model.core.IPropertySet
Modifier and Type | Method and Description |
---|---|
IStructure |
copy()
Creates a deep copy of this structure.
|
IStructureDefn |
getDefn()
Returns the structure definition from the meta-data dictionary.
|
java.lang.Object |
getLocalProperty(org.eclipse.birt.report.model.core.Module module,
org.eclipse.birt.report.model.metadata.PropertyDefn propDefn)
Deprecated.
|
java.lang.Object |
getProperty(org.eclipse.birt.report.model.core.Module module,
java.lang.String propName)
Gets the locale value of a property.
|
java.lang.String |
getStructName()
Returns the name of the structure definition.
|
boolean |
isDesignTime()
Justifies whether the structure is generated in design time or not.
|
boolean |
isReferencable()
Justifies whether the structure can be referred by other design elements.
|
java.lang.String getStructName()
IStructure copy()
IStructureDefn getDefn()
java.lang.Object getLocalProperty(org.eclipse.birt.report.model.core.Module module, org.eclipse.birt.report.model.metadata.PropertyDefn propDefn)
getProperty(Module, String)
module
- the modulepropDefn
- definition of the property to getjava.lang.Object getProperty(org.eclipse.birt.report.model.core.Module module, java.lang.String propName)
module
- the modulepropName
- the name of the property definitionboolean isReferencable()
boolean isDesignTime()
Copyright © 2014 OpenText Corp. All rights reserved.