Uses of Enum Class
com.jedox.palojlib.interfaces.ICube.CubeType
Packages that use ICube.CubeType
-
Uses of ICube.CubeType in com.jedox.palojlib.interfaces
Methods in com.jedox.palojlib.interfaces that return ICube.CubeTypeModifier and TypeMethodDescriptionICube.getType()
Get the cube typeICube.CubeType
ICubeInfo.getType()
static ICube.CubeType
Returns the enum constant of this class with the specified name.static ICube.CubeType[]
ICube.CubeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.jedox.palojlib.interfaces with parameters of type ICube.CubeTypeModifier and TypeMethodDescriptionIDatabase.addCube
(String name, IDimension[] dimensions, ICube.CubeType type) Create a new cube with type normaldefault ICube
IDatabase.addCube
(String name, IDimension[] dimensions, ICube.CubeType type, ICube basesCube) Create a new cube with type normaldefault void
ICube.convert
(ICube.CubeType type) Deprecated. -
Uses of ICube.CubeType in com.jedox.palojlib.main
Methods in com.jedox.palojlib.main that return ICube.CubeTypeMethods in com.jedox.palojlib.main with parameters of type ICube.CubeTypeModifier and TypeMethodDescriptionDatabase.addCube
(String name, IDimension[] dimensions, ICube.CubeType type) Database.addCube
(String name, IDimension[] dimensions, ICube.CubeType type, ICube basesCube) protected void
DatabaseHandler.addCube
(Database database, String name, int[] dimensionIds, ICube.CubeType type, int basesCubeId) void
Cube.convert
(ICube.CubeType cubetype) Deprecated.
ICube.activateGpu(boolean)
instead.