public class DimensionJoinConditionHandle extends StructureHandle
structContextelementHandle| 构造器和说明 |
|---|
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. |
| 限定符和类型 | 方法和说明 |
|---|---|
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, setPropertySilentlygetReferencegetDesign, getElement, getElementHandle, getModulepublic 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 setSemanticExceptionpublic void setLevel(LevelHandle levelHandle) throws SemanticException
levelHandle - the level handle to setSemanticExceptionpublic boolean equals(java.lang.Object obj)
equals 在类中 java.lang.Objectpublic int hashCode()
hashCode 在类中 java.lang.ObjectCopyright © 2008 Actuate Corp. All rights reserved.