|
|||||||||
| 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(String name,
String columnName,
boolean collapsed)
|
|
| 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. |
boolean |
isCollapsed()
Returns whether this level is collapsed (includes parent levels in the agg table). |
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,
boolean collapsed)
| Method Detail |
|---|
public String getName()
public String getColumnName()
public boolean isCollapsed()
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 | ||||||||