|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmondrian.rolap.aggmatcher.ExplicitRules.TableDef.Level
class ExplicitRules.TableDef.Level
This class is used to map from a Level's symbolic name, [Time].[Year] to the aggregate table's column name, TIME_YEAR.
Constructor Summary | |
---|---|
ExplicitRules.TableDef.Level(java.lang.String name,
java.lang.String columnName)
|
Method Summary | |
---|---|
java.lang.String |
getColumnName()
Get the foreign key column name of the aggregate table. |
java.lang.String |
getName()
Get the symbolic name, the level name. |
RolapLevel |
getRolapLevel()
Get the RolapLevel associated with level name. |
void |
print(java.io.PrintWriter pw,
java.lang.String prefix)
|
java.lang.String |
toString()
|
void |
validate(MessageRecorder msgRecorder)
Validates a level's name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
ExplicitRules.TableDef.Level(java.lang.String name, java.lang.String columnName)
Method Detail |
---|
public java.lang.String getName()
public java.lang.String getColumnName()
public RolapLevel getRolapLevel()
public void validate(MessageRecorder msgRecorder)
The level name must be of the form [hierarchy usage
name].[level name]
.
This method checks that is of length 2, starts with a hierarchy and the "level name" exists.
public java.lang.String toString()
toString
in class java.lang.Object
public void print(java.io.PrintWriter pw, java.lang.String prefix)
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |