public static class MondrianGuiDef.Schema extends ElementDef
| Modifier and Type | Field and Description | 
|---|---|
MondrianGuiDef.Annotations | 
annotations
Contains values of user-defined properties. 
 | 
MondrianGuiDef.Cube[] | 
cubes
Cubes in this schema. 
 | 
String | 
defaultRole  | 
String | 
description  | 
MondrianGuiDef.Dimension[] | 
dimensions
Shared dimensions in this schema. 
 | 
String | 
measuresCaption  | 
String | 
name  | 
MondrianGuiDef.NamedSet[] | 
namedSets
Named sets in this schema. 
 | 
MondrianGuiDef.Parameter[] | 
parameters
This schema's parameter definitions. 
 | 
MondrianGuiDef.Role[] | 
roles
Roles in this schema. 
 | 
MondrianGuiDef.UserDefinedFunction[] | 
userDefinedFunctions
Declarations of user-defined functions in this schema. 
 | 
MondrianGuiDef.VirtualCube[] | 
virtualCubes
Virtual cubes in this schema. 
 | 
| Constructor and Description | 
|---|
MondrianGuiDef.Schema()  | 
MondrianGuiDef.Schema(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)  | 
(package private) MondrianGuiDef.Cube | 
getCube(String cubeName)  | 
String | 
getName()  | 
(package private) MondrianGuiDef.Dimension | 
getPublicDimension(String dimensionName)  | 
addChild, addChildren, clone, constructElement, constructElement, deepCopy, diff, displayAttribute, displayAttributeDiff, displayElement, displayElementArray, displayElementArrayDiff, displayElementDiff, displayIndent, displayString, displayStringArray, displayStringArrayDiff, displayStringDiff, displayXML, displayXMLElement, displayXMLElementArray, displayXMLString, displayXMLStringArray, equals, getChildren, getElementChildren, getElementClass, getLocation, getMixedChildren_new, getMixedChildren, getText, getType, getWrapper, hashCode, toCompactXML, toString, toXML, verifyEqualpublic String name
public String description
public String measuresCaption
public String defaultRole
public MondrianGuiDef.Annotations annotations
public MondrianGuiDef.Parameter[] parameters
public MondrianGuiDef.Dimension[] dimensions
public MondrianGuiDef.Cube[] cubes
public MondrianGuiDef.VirtualCube[] virtualCubes
public MondrianGuiDef.NamedSet[] namedSets
public MondrianGuiDef.Role[] roles
public MondrianGuiDef.UserDefinedFunction[] userDefinedFunctions
public MondrianGuiDef.Schema()
public MondrianGuiDef.Schema(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 ElementDefMondrianGuiDef.Cube getCube(String cubeName)
MondrianGuiDef.Dimension getPublicDimension(String dimensionName)