|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object mondrian.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(String name,
String columnName)
|
Method Summary | |
---|---|
String |
getColumnName()
Get the foreign key column name of the aggregate table. |
String |
getName()
Get the symbolic name, the level name. |
RolapLevel |
getRolapLevel()
Get the RolapLevel associated with level name. |
void |
print(PrintWriter pw,
String prefix)
|
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(String name, String columnName)
Method Detail |
---|
public String getName()
public 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 String toString()
toString
in class Object
public void print(PrintWriter pw, String prefix)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |