public class DimensionJoinConditionHandle extends StructureHandle
structContext
elementHandle
Constructor and Description |
---|
DimensionJoinConditionHandle(SimpleValueHandle valueHandle,
int index)
Constructs a dimension join condition handle with the given
SimpleValueHandle and the index of the dimension join
condition in the dimension condition. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCubeKey()
Gets the cube key in this dimension join condition.
|
java.lang.String |
getHierarchyKey()
Gets the hierarchy key in this dimension join condition.
|
LevelHandle |
getLevel()
Gets the referred level element handle of this condition.
|
java.lang.String |
getLevelName()
Gets the referred level full name of this condition.
|
int |
hashCode() |
void |
setCubeKey(java.lang.String cubeKey)
Sets the cube key in this dimension join condition.
|
void |
setHierarchyKey(java.lang.String hierarchyKey)
Sets the hierarchy key in this dimension join condition.
|
void |
setLevel(LevelHandle levelHandle)
Sets the referred level by the handle.
|
void |
setLevel(java.lang.String levelName)
Sets the referred level by the name.
|
drop, getContext, getDefn, getExpressionProperty, getExternalizedValue, getExternalizedValue, getIntProperty, getMember, getProperty, getPropertyDefn, getStringProperty, getStructure, isDesignTime, isLocal, iterator, setDesignTime, setExpressionProperty, setProperty, setPropertySilently
getReference
getDesign, getElement, getElementHandle, getModule
public DimensionJoinConditionHandle(SimpleValueHandle valueHandle, int index)
SimpleValueHandle
and the index of the dimension join
condition in the dimension condition.valueHandle
- handle to a list property or memberindex
- index of the structure within the listpublic java.lang.String getCubeKey()
public void setCubeKey(java.lang.String cubeKey)
cubeKey
- the cube key to setpublic java.lang.String getHierarchyKey()
public void setHierarchyKey(java.lang.String hierarchyKey)
hierarchyKey
- the hierarchy key to setpublic LevelHandle getLevel()
public java.lang.String getLevelName()
public void setLevel(java.lang.String levelName) throws SemanticException
levelName
- the full name of the level element to setSemanticException
public void setLevel(LevelHandle levelHandle) throws SemanticException
levelHandle
- the level handle to setSemanticException
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2008 Actuate Corp. All rights reserved.