|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eigenbase.xom.ElementDef
mondrian.gui.MondrianGuiDef.Cube
public static class MondrianGuiDef.Cube
Definition of a cube.
| Field Summary | |
|---|---|
MondrianGuiDef.Annotations |
annotations
Contains values of user-defined properties. |
Boolean |
cache
|
MondrianGuiDef.CalculatedMember[] |
calculatedMembers
Calculated members in this cube. |
String |
caption
|
String |
defaultMeasure
|
String |
description
|
MondrianGuiDef.CubeDimension[] |
dimensions
|
Boolean |
enabled
|
MondrianGuiDef.Relation |
fact
The fact table is the source of all measures in this cube. |
MondrianGuiDef.Measure[] |
measures
|
String |
name
|
MondrianGuiDef.NamedSet[] |
namedSets
Named sets in this cube. |
Boolean |
visible
|
| Constructor Summary | |
|---|---|
MondrianGuiDef.Cube()
|
|
MondrianGuiDef.Cube(DOMWrapper _def)
|
|
| Method Summary | |
|---|---|
void |
display(PrintWriter _out,
int _indent)
|
boolean |
displayDiff(ElementDef _other,
PrintWriter _out,
int _indent)
|
void |
displayXML(XMLOutput _out,
int _indent)
|
boolean |
equals(Object o)
|
(package private) MondrianGuiDef.Dimension |
getDimension(MondrianGuiDef.Schema xmlSchema,
String dimensionName)
|
String |
getName()
|
boolean |
isEnabled()
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String name
public String caption
public Boolean visible
public String description
public String defaultMeasure
public Boolean cache
public Boolean enabled
public MondrianGuiDef.Annotations annotations
public MondrianGuiDef.Relation fact
public MondrianGuiDef.CubeDimension[] dimensions
public MondrianGuiDef.Measure[] measures
public MondrianGuiDef.CalculatedMember[] calculatedMembers
public MondrianGuiDef.NamedSet[] namedSets
| Constructor Detail |
|---|
public MondrianGuiDef.Cube()
public MondrianGuiDef.Cube(DOMWrapper _def)
throws XOMException
XOMException| Method Detail |
|---|
public String getName()
getName in interface NodeDefgetName in class ElementDef
public void display(PrintWriter _out,
int _indent)
public void displayXML(XMLOutput _out,
int _indent)
displayXML in interface NodeDefdisplayXML in class ElementDef
public boolean displayDiff(ElementDef _other,
PrintWriter _out,
int _indent)
displayDiff in class ElementDefpublic boolean isEnabled()
MondrianGuiDef.Dimension getDimension(MondrianGuiDef.Schema xmlSchema,
String dimensionName)
public boolean equals(Object o)
equals in class ElementDef
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||