Package mondrian.olap
Class MondrianDef.Schema
- java.lang.Object
-
- org.eigenbase.xom.ElementDef
-
- mondrian.olap.MondrianDef.Schema
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.eigenbase.xom.NodeDef
- Enclosing class:
- MondrianDef
public static class MondrianDef.Schema extends org.eigenbase.xom.ElementDef
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.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description MondrianDef.Annotations
annotations
Contains values of user-defined properties.MondrianDef.Cube[]
cubes
Cubes in this schema.String
defaultRole
String
description
MondrianDef.Dimension[]
dimensions
Shared dimensions in this schema.String
measuresCaption
String
name
MondrianDef.NamedSet[]
namedSets
Named sets in this schema.MondrianDef.Parameter[]
parameters
This schema's parameter definitions.MondrianDef.Role[]
roles
Roles in this schema.MondrianDef.UserDefinedFunction[]
userDefinedFunctions
Declarations of user-defined functions in this schema.MondrianDef.VirtualCube[]
virtualCubes
Virtual cubes in this schema.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
display(PrintWriter _out, int _indent)
boolean
displayDiff(org.eigenbase.xom.ElementDef _other, PrintWriter _out, int _indent)
void
displayXML(org.eigenbase.xom.XMLOutput _out, int _indent)
String
getName()
-
Methods inherited from class org.eigenbase.xom.ElementDef
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, getMixedChildren_new, getText, getType, getWrapper, hashCode, toCompactXML, toString, toXML, verifyEqual
-
-
-
-
Field Detail
-
name
public String name
-
description
public String description
-
measuresCaption
public String measuresCaption
-
defaultRole
public String defaultRole
-
annotations
public MondrianDef.Annotations annotations
Contains values of user-defined properties.
-
parameters
public MondrianDef.Parameter[] parameters
This schema's parameter definitions.
-
dimensions
public MondrianDef.Dimension[] dimensions
Shared dimensions in this schema.
-
cubes
public MondrianDef.Cube[] cubes
Cubes in this schema.
-
virtualCubes
public MondrianDef.VirtualCube[] virtualCubes
Virtual cubes in this schema.
-
namedSets
public MondrianDef.NamedSet[] namedSets
Named sets in this schema.
-
roles
public MondrianDef.Role[] roles
Roles in this schema.
-
userDefinedFunctions
public MondrianDef.UserDefinedFunction[] userDefinedFunctions
Declarations of user-defined functions in this schema.
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceorg.eigenbase.xom.NodeDef
- Overrides:
getName
in classorg.eigenbase.xom.ElementDef
-
display
public void display(PrintWriter _out, int _indent)
-
displayXML
public void displayXML(org.eigenbase.xom.XMLOutput _out, int _indent)
- Specified by:
displayXML
in interfaceorg.eigenbase.xom.NodeDef
- Overrides:
displayXML
in classorg.eigenbase.xom.ElementDef
-
displayDiff
public boolean displayDiff(org.eigenbase.xom.ElementDef _other, PrintWriter _out, int _indent)
- Overrides:
displayDiff
in classorg.eigenbase.xom.ElementDef
-
-