|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStructure
Interface for objects that appear in a property list. Provides methods for generically accessing or updating object members, and provides a meta-data definition for the object. This interface allows an object to participate in the generic property type, command and related mechanisms.
Method Summary | |
---|---|
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. by getProperty(Module, String) |
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. |
Methods inherited from interface org.eclipse.birt.report.model.core.IPropertySet |
---|
getObjectDefn, getProperty, setProperty |
Method Detail |
---|
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 get
java.lang.Object getProperty(org.eclipse.birt.report.model.core.Module module, java.lang.String propName)
module
- the modulepropName
- the name of the property definition
boolean isReferencable()
boolean isDesignTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |