Uses of Class
org.openforis.collect.mondrian.ExpressionView
Packages that use ExpressionView
-
Uses of ExpressionView in org.openforis.collect.mondrian
Fields in org.openforis.collect.mondrian declared as ExpressionViewModifier and TypeFieldDescriptionprotected ExpressionViewHierarchy.Level.captionExpressionprotected ExpressionViewHierarchy.Level.keyExpressionprotected ExpressionViewSchema.Cube.Measure.measureExpressionprotected ExpressionViewHierarchy.Level.nameExpressionprotected ExpressionViewHierarchy.Level.ordinalExpressionprotected ExpressionViewHierarchy.Level.parentExpressionMethods in org.openforis.collect.mondrian that return ExpressionViewModifier and TypeMethodDescriptionObjectFactory.createExpressionView()Create an instance ofExpressionViewHierarchy.Level.getCaptionExpression()Gets the value of the captionExpression property.Hierarchy.Level.getKeyExpression()Gets the value of the keyExpression property.Schema.Cube.Measure.getMeasureExpression()Gets the value of the measureExpression property.Hierarchy.Level.getNameExpression()Gets the value of the nameExpression property.Hierarchy.Level.getOrdinalExpression()Gets the value of the ordinalExpression property.Hierarchy.Level.getParentExpression()Gets the value of the parentExpression property.Methods in org.openforis.collect.mondrian with parameters of type ExpressionViewModifier and TypeMethodDescriptionvoidHierarchy.Level.setCaptionExpression(ExpressionView value) Sets the value of the captionExpression property.voidHierarchy.Level.setKeyExpression(ExpressionView value) Sets the value of the keyExpression property.voidSchema.Cube.Measure.setMeasureExpression(ExpressionView value) Sets the value of the measureExpression property.voidHierarchy.Level.setNameExpression(ExpressionView value) Sets the value of the nameExpression property.voidHierarchy.Level.setOrdinalExpression(ExpressionView value) Sets the value of the ordinalExpression property.voidHierarchy.Level.setParentExpression(ExpressionView value) Sets the value of the parentExpression property.