|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A runtime instance of a data source. Java scripts associated with a data source can use this interface to get/set data source properties.
Method Summary | |
java.util.Map |
getAllExtensionProperties()
Gets all public extension property, in the form of a (name, value) pair. |
java.lang.String |
getExtensionID()
Gets the ID of the ODA extension which defines this type of data source |
java.lang.String |
getExtensionProperty(java.lang.String name)
Get the extension property value |
java.lang.String |
getName()
Gets the name of this data source |
void |
setExtensionProperty(java.lang.String name,
java.lang.String value)
Set the extension property value |
Methods inherited from interface org.eclipse.birt.data.engine.api.script.IJavascriptContext |
getScriptScope |
Method Detail |
public java.lang.String getName()
public java.lang.String getExtensionID()
public java.lang.String getExtensionProperty(java.lang.String name)
name
-
public void setExtensionProperty(java.lang.String name, java.lang.String value)
name
- value
- public java.util.Map getAllExtensionProperties()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |