|
||||||||||
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.DimensionJoinCondition
public class DimensionJoinCondition
Represents a dimension join condition in the DimensionCondition. It defines two keys for the cube and hierarchy join, one is from cube and another is from hierarchy.
Field Summary | |
---|---|
static java.lang.String |
CUBE_KEY_MEMBER
Property name of the cube key of this join. |
static java.lang.String |
DIMENSION_JOIN_CONDITION_STRUCT
Name of this structure. |
static java.lang.String |
HIERARCHY_KEY_MEMBER
Property name of the hierarchy key of this join. |
static java.lang.String |
LEVEL_MEMBER
Name of the member that specifies the level name of this condition relates. |
Fields inherited from class org.eclipse.birt.report.model.core.PropertyStructure |
---|
propValues |
Constructor Summary | |
---|---|
DimensionJoinCondition()
|
Method Summary | |
---|---|
java.lang.String |
getCubeKey()
Gets the cube key of this join condition. |
java.lang.String |
getHierarchyKey()
Gets the hierarchy key of this join condition. |
java.lang.String |
getStructName()
Returns the name of the structure definition. |
protected StructureHandle |
handle(SimpleValueHandle valueHandle,
int index)
|
void |
setCubeKey(java.lang.String cubeKey)
Sets the cube key. |
void |
setHierarchyKey(java.lang.String hierarchyKey)
Sets the hierarchy key. |
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_JOIN_CONDITION_STRUCT
public static final java.lang.String CUBE_KEY_MEMBER
public static final java.lang.String HIERARCHY_KEY_MEMBER
public static final java.lang.String LEVEL_MEMBER
Constructor Detail |
---|
public DimensionJoinCondition()
Method Detail |
---|
protected StructureHandle handle(SimpleValueHandle valueHandle, int index)
handle
in class org.eclipse.birt.report.model.core.Structure
public java.lang.String getStructName()
IStructure
public void setCubeKey(java.lang.String cubeKey)
cubeKey
- the key to setpublic java.lang.String getCubeKey()
public void setHierarchyKey(java.lang.String hierarchyKey)
hierarchyKey
- the key to setpublic java.lang.String getHierarchyKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |