|
|||||||||||
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.DimensionCondition
The DimensionCondition structure defines a list of join conditions between cube and hierarchy.
Field Summary | |
static java.lang.String |
DIMENSION_CONDITION_STRUCT
Name of this structure. |
static java.lang.String |
HIERARCHY_MEMBER
Member name of the cached result set(output columns). |
static java.lang.String |
JOIN_CONDITIONS_MEMBER
The property name of the data set parameters definitions. |
Fields inherited from class org.eclipse.birt.report.model.core.PropertyStructure |
propValues |
Constructor Summary | |
DimensionCondition()
|
Method Summary | |
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. |
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, getContext, getDefn, getElement, getHandle, getHandle, getListMemberRef, getObjectDefn, getProperty, getProperty, getReferencableProperty, isDesignTime, isReferencable, setContext, setProperty, 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 DIMENSION_CONDITION_STRUCT
public static final java.lang.String JOIN_CONDITIONS_MEMBER
public static final java.lang.String HIERARCHY_MEMBER
Constructor Detail |
public DimensionCondition()
Method Detail |
protected StructureHandle handle(SimpleValueHandle valueHandle, int index)
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 list
public java.lang.String getStructName()
IStructure
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |