|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.birt.report.model.core.Structure
org.eclipse.birt.report.model.core.PropertyStructure
org.eclipse.birt.report.model.api.elements.structures.CachedMetaData
public class CachedMetaData
Structure used to cache data set information that include output column information when it gets from databases, input/output parameter definitions.
| Field Summary | |
|---|---|
static java.lang.String |
CACHED_METADATA_STRUCT
Name of this structure. |
static java.lang.String |
PARAMETERS_MEMBER
The property name of the data set parameters definitions. |
static java.lang.String |
RESULT_SET_MEMBER
Member name of the cached result set(output columns). |
| Fields inherited from class org.eclipse.birt.report.model.core.PropertyStructure |
|---|
propValues |
| Constructor Summary | |
|---|---|
CachedMetaData()
|
|
| Method Summary | |
|---|---|
StructureHandle |
getHandle(SimpleValueHandle valueHandle)
|
java.lang.String |
getStructName()
Returns the name of the structure definition. |
protected StructureHandle |
handle(SimpleValueHandle valueHandle,
int index)
|
| Methods inherited from class org.eclipse.birt.report.model.core.PropertyStructure |
|---|
clone, getIntrinsicProperty, getLocalProperty, getLocalProperty, setIntrinsicProperty, setProperty |
| Methods inherited from class org.eclipse.birt.report.model.core.Structure |
|---|
copy, equals, getCompatibleValue, getContext, getDefn, getElement, getExpressionProperty, getHandle, getMemberDefn, getObjectDefn, getProperty, getProperty, getReferencableProperty, getStringProperty, isDesignTime, isReferencable, setContext, setExpressionProperty, setProperty, setupContext, updateReference, validate |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CACHED_METADATA_STRUCT
public static final java.lang.String PARAMETERS_MEMBER
public static final java.lang.String RESULT_SET_MEMBER
| Constructor Detail |
|---|
public CachedMetaData()
| Method Detail |
|---|
protected StructureHandle handle(SimpleValueHandle valueHandle,
int index)
handle in class org.eclipse.birt.report.model.core.Structurepublic StructureHandle getHandle(SimpleValueHandle valueHandle)
getHandle in class org.eclipse.birt.report.model.core.Structurepublic java.lang.String getStructName()
IStructure
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||