|
|||||||||
| 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.Schema
public static class MondrianGuiDef.Schema
A schema is a collection of cubes and virtual cubes. It can also contain shared dimensions (for use by those cubes), named sets, roles, and declarations of user-defined functions.
| Field Summary | |
|---|---|
MondrianGuiDef.Cube[] |
cubes
Cubes in this schema. |
String |
defaultRole
|
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 Summary | |
|---|---|
MondrianGuiDef.Schema()
|
|
MondrianGuiDef.Schema(DOMWrapper _def)
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String name
public String measuresCaption
public String defaultRole
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
| Constructor Detail |
|---|
public MondrianGuiDef.Schema()
public MondrianGuiDef.Schema(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 ElementDefMondrianGuiDef.Cube getCube(String cubeName)
MondrianGuiDef.Dimension getPublicDimension(String dimensionName)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||