Uses of Class
org.openforis.collect.mondrian.CalculatedMember
-
Packages that use CalculatedMember Package Description org.openforis.collect.mondrian -
-
Uses of CalculatedMember in org.openforis.collect.mondrian
Fields in org.openforis.collect.mondrian with type parameters of type CalculatedMember Modifier and Type Field Description protected List<CalculatedMember>Schema.Cube. calculatedMemberprotected List<CalculatedMember>Schema.VirtualCube. calculatedMemberMethods in org.openforis.collect.mondrian that return CalculatedMember Modifier and Type Method Description CalculatedMemberObjectFactory. createCalculatedMember()Create an instance ofCalculatedMemberMethods in org.openforis.collect.mondrian that return types with arguments of type CalculatedMember Modifier and Type Method Description List<CalculatedMember>Schema.Cube. getCalculatedMember()Gets the value of the calculatedMember property.List<CalculatedMember>Schema.VirtualCube. getCalculatedMember()Gets the value of the calculatedMember property.
-