Package org.openforis.collect.mondrian
Class Schema.VirtualCube.CubeUsages.CubeUsage
java.lang.Object
org.openforis.collect.mondrian.Schema.VirtualCube.CubeUsages.CubeUsage
- Enclosing class:
Schema.VirtualCube.CubeUsages
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="cubeName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ignoreUnrelatedDimensions" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cubeName property.booleanGets the value of the ignoreUnrelatedDimensions property.voidsetCubeName(String value) Sets the value of the cubeName property.voidSets the value of the ignoreUnrelatedDimensions property.