|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.report.model.api.ElementDetailHandle
org.eclipse.birt.report.model.api.ValueHandle
org.eclipse.birt.report.model.api.StructureHandle
org.eclipse.birt.report.model.api.DimensionJoinConditionHandle
public class DimensionJoinConditionHandle
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 |
---|
Fields inherited from class org.eclipse.birt.report.model.api.StructureHandle |
---|
structRef |
Fields inherited from class org.eclipse.birt.report.model.api.ElementDetailHandle |
---|
elementHandle |
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.eclipse.birt.report.model.api.StructureHandle |
---|
drop, getDefn, getExternalizedValue, getMember, getProperty, getPropertyDefn, getReference, getStringProperty, getStructure, isDesignTime, iterator, setDesignTime, setProperty, setPropertySilently |
Methods inherited from class org.eclipse.birt.report.model.api.ElementDetailHandle |
---|
getDesign, getElement, getElementHandle, getModule |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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 listMethod Detail |
---|
public 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 set
SemanticException
public void setLevel(LevelHandle levelHandle) throws SemanticException
levelHandle
- the level handle to set
SemanticException
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |