Uses of Enum Class
org.olap4j.AllocationPolicy
Packages that use AllocationPolicy
Package
Description
Provides the core classes and interfaces of the olap4j API for accessing and processing OLAP data.
-
Uses of AllocationPolicy in org.olap4j
Methods in org.olap4j that return AllocationPolicyModifier and TypeMethodDescriptionstatic AllocationPolicy
Returns the enum constant of this class with the specified name.static AllocationPolicy[]
AllocationPolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.olap4j with parameters of type AllocationPolicyModifier and TypeMethodDescriptionvoid
Cell.setValue
(Object value, AllocationPolicy allocationPolicy, Object... allocationArgs) Sets the value of a cell.