public class DimensionJoinCondition
extends org.eclipse.birt.report.model.core.PropertyStructure
Modifier and Type | Field and Description |
---|---|
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.
|
Constructor and Description |
---|
DimensionJoinCondition() |
Modifier and Type | Method and Description |
---|---|
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)
Creates the specific handle of this structure.
|
void |
setCubeKey(java.lang.String cubeKey)
Sets the cube key.
|
void |
setHierarchyKey(java.lang.String hierarchyKey)
Sets the hierarchy key.
|
clone, getIntrinsicProperty, getLocalProperty, getLocalProperty, setIntrinsicProperty, setProperty
checkStringMember, copy, equals, getCompatibleValue, getContext, getDefn, getElement, getExpressionProperty, getHandle, getHandle, getMemberDefn, getObjectDefn, getProperty, getProperty, getReferencableProperty, getStringProperty, isDesignTime, isReferencable, setContext, setExpressionProperty, setProperty, setupContext, updateReference, validate
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
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 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()
Copyright © 2008 Actuate Corp. All rights reserved.