Uses of Interface
mondrian.rolap.RolapMemberBase.PropertyValueMapFactory
-
Packages that use RolapMemberBase.PropertyValueMapFactory Package Description mondrian.rolap Implements the data access layer for the olap package. -
-
Uses of RolapMemberBase.PropertyValueMapFactory in mondrian.rolap
Classes in mondrian.rolap that implement RolapMemberBase.PropertyValueMapFactory Modifier and Type Class Description static class
RolapMemberBase.DefaultPropertyValueMapFactory
DefaultRolapMemberBase.PropertyValueMapFactory
implementation, used ifMondrianProperties.PropertyValueMapFactoryClass
is not set.Methods in mondrian.rolap that return RolapMemberBase.PropertyValueMapFactory Modifier and Type Method Description protected RolapMemberBase.PropertyValueMapFactory
RolapMemberBase.PropertyValueMapFactoryFactory. getDefault(Class[] parameterTypes, Object[] parameterValues)
static RolapMemberBase.PropertyValueMapFactory
RolapMemberBase.PropertyValueMapFactoryFactory. getPropertyValueMapFactory()
Access thePropertyValueMapFactory
instance.
-