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.CubeTypeICubeInfo.getType()static ICube.CubeTypeReturns 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 ICubeIDatabase.addCube(String name, IDimension[] dimensions, ICube.CubeType type, ICube basesCube) Create a new cube with type normaldefault voidICube.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 voidDatabaseHandler.addCube(Database database, String name, int[] dimensionIds, ICube.CubeType type, int basesCubeId) voidCube.convert(ICube.CubeType cubetype) Deprecated.
ICube.activateGpu(boolean)instead.