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.ElementDefA 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.AnnotationsannotationsContains values of user-defined properties.MondrianDef.Cube[]cubesCubes in this schema.StringdefaultRoleStringdescriptionMondrianDef.Dimension[]dimensionsShared dimensions in this schema.StringmeasuresCaptionStringnameMondrianDef.NamedSet[]namedSetsNamed sets in this schema.MondrianDef.Parameter[]parametersThis schema's parameter definitions.MondrianDef.Role[]rolesRoles in this schema.MondrianDef.UserDefinedFunction[]userDefinedFunctionsDeclarations of user-defined functions in this schema.MondrianDef.VirtualCube[]virtualCubesVirtual cubes in this schema.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddisplay(PrintWriter _out, int _indent)booleandisplayDiff(org.eigenbase.xom.ElementDef _other, PrintWriter _out, int _indent)voiddisplayXML(org.eigenbase.xom.XMLOutput _out, int _indent)StringgetName()-
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:
getNamein interfaceorg.eigenbase.xom.NodeDef- Overrides:
getNamein 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:
displayXMLin interfaceorg.eigenbase.xom.NodeDef- Overrides:
displayXMLin classorg.eigenbase.xom.ElementDef
-
displayDiff
public boolean displayDiff(org.eigenbase.xom.ElementDef _other, PrintWriter _out, int _indent)- Overrides:
displayDiffin classorg.eigenbase.xom.ElementDef
-
-