Uses of Class
org.openforis.collect.mondrian.ExpressionView
-
Packages that use ExpressionView Package Description org.openforis.collect.mondrian -
-
Uses of ExpressionView in org.openforis.collect.mondrian
Fields in org.openforis.collect.mondrian declared as ExpressionView Modifier and Type Field Description protected 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 ExpressionView Modifier and Type Method Description ExpressionViewObjectFactory. createExpressionView()Create an instance ofExpressionViewExpressionViewHierarchy.Level. getCaptionExpression()Gets the value of the captionExpression property.ExpressionViewHierarchy.Level. getKeyExpression()Gets the value of the keyExpression property.ExpressionViewSchema.Cube.Measure. getMeasureExpression()Gets the value of the measureExpression property.ExpressionViewHierarchy.Level. getNameExpression()Gets the value of the nameExpression property.ExpressionViewHierarchy.Level. getOrdinalExpression()Gets the value of the ordinalExpression property.ExpressionViewHierarchy.Level. getParentExpression()Gets the value of the parentExpression property.Methods in org.openforis.collect.mondrian with parameters of type ExpressionView Modifier and Type Method Description voidHierarchy.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.
-