public static class MondrianGuiDef.Cube extends ElementDef
| Modifier and Type | Field and Description | 
|---|---|
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 and Description | 
|---|
Cube()  | 
Cube(DOMWrapper _def)  | 
| Modifier and Type | Method and Description | 
|---|---|
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()  | 
addChild, addChildren, clone, constructElement, constructElement, deepCopy, diff, displayAttribute, displayAttributeDiff, displayElement, displayElementArray, displayElementArrayDiff, displayElementDiff, displayIndent, displayString, displayStringArray, displayStringArrayDiff, displayStringDiff, displayXML, displayXMLElement, displayXMLElementArray, displayXMLString, displayXMLStringArray, getChildren, getElementChildren, getElementClass, getLocation, getMixedChildren_new, getMixedChildren, getText, getType, getWrapper, hashCode, toCompactXML, toString, toXML, verifyEqualpublic 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
public Cube()
public Cube(DOMWrapper _def) throws XOMException
XOMExceptionpublic String getName()
getName in interface NodeDefgetName in class ElementDefpublic void display(PrintWriter _out, int _indent)
public void displayXML(XMLOutput _out, int _indent)
displayXML in interface NodeDefdisplayXML in class ElementDefpublic 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