public class CachedMetaData
extends org.eclipse.birt.report.model.core.PropertyStructure
Modifier and Type | Field and Description |
---|---|
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).
|
Constructor and Description |
---|
CachedMetaData() |
Modifier and Type | Method and Description |
---|---|
StructureHandle |
getHandle(SimpleValueHandle valueHandle)
Gets the specific handle of this structure.
|
java.lang.String |
getStructName()
Returns the name of the structure definition.
|
protected StructureHandle |
handle(SimpleValueHandle valueHandle,
int index)
Creates the specific handle of this structure.
|
clone, getIntrinsicProperty, getLocalProperty, getLocalProperty, setIntrinsicProperty, setProperty
checkStringMember, copy, equals, getCompatibleValue, getContext, getDefn, getElement, getExpressionProperty, getHandle, getMemberDefn, getObjectDefn, getProperty, getProperty, getReferencableProperty, getStringProperty, isDesignTime, isReferencable, setContext, setExpressionProperty, setProperty, setupContext, updateReference, validate
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
protected StructureHandle handle(SimpleValueHandle valueHandle, int index)
org.eclipse.birt.report.model.core.Structure
handle
in class org.eclipse.birt.report.model.core.Structure
valueHandle
- the value handle of this structure list property this
structure is inindex
- the position of this structure in structure listpublic StructureHandle getHandle(SimpleValueHandle valueHandle)
org.eclipse.birt.report.model.core.Structure
getHandle
in class org.eclipse.birt.report.model.core.Structure
valueHandle
- the value handle of this structure list property this
structure is invalueHandle
,null
is returned.public java.lang.String getStructName()
IStructure
Copyright © 2008 Actuate Corp. All rights reserved.