|
|||||||||
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. |
java.lang.String |
defaultRole
|
MondrianGuiDef.Dimension[] |
dimensions
Shared dimensions in this schema. |
java.lang.String |
measuresCaption
|
java.lang.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(java.io.PrintWriter _out,
int _indent)
|
boolean |
displayDiff(ElementDef _other,
java.io.PrintWriter _out,
int _indent)
|
void |
displayXML(XMLOutput _out,
int _indent)
|
(package private) MondrianGuiDef.Cube |
getCube(java.lang.String cubeName)
|
java.lang.String |
getName()
|
(package private) MondrianGuiDef.Dimension |
getPublicDimension(java.lang.String dimensionName)
|
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.String name
public java.lang.String measuresCaption
public java.lang.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 java.lang.String getName()
getName
in interface NodeDef
getName
in class ElementDef
public void display(java.io.PrintWriter _out, int _indent)
public void displayXML(XMLOutput _out, int _indent)
displayXML
in interface NodeDef
displayXML
in class ElementDef
public boolean displayDiff(ElementDef _other, java.io.PrintWriter _out, int _indent)
displayDiff
in class ElementDef
MondrianGuiDef.Cube getCube(java.lang.String cubeName)
MondrianGuiDef.Dimension getPublicDimension(java.lang.String dimensionName)
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |