Uses of Enum Class
com.jedox.palojlib.interfaces.ICube.SplashMode
Packages that use ICube.SplashMode
-
Uses of ICube.SplashMode in com.jedox.palojlib.interfaces
Methods in com.jedox.palojlib.interfaces that return ICube.SplashModeModifier and TypeMethodDescriptionICellLoadContext.getSplashMode()get the splash mode of the loadICube.SplashMode.static ICube.SplashModeReturns the enum constant of this class with the specified name.static ICube.SplashMode[]ICube.SplashMode.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.SplashModeModifier and TypeMethodDescriptiondefault ICellLoadContextICube.getCellLoadContext(ICube.SplashMode mode, int blockSize, boolean add, boolean eventProcessor) get a cell load context which is needed when writing cell values -
Uses of ICube.SplashMode in com.jedox.palojlib.main
Methods in com.jedox.palojlib.main that return ICube.SplashModeMethods in com.jedox.palojlib.main with parameters of type ICube.SplashModeModifier and TypeMethodDescriptionCube.getCellLoadContext(ICube.SplashMode mode, int blockSize, boolean add, boolean eventProcessor) protected intCubeHandler.getSplashMode(ICube.SplashMode mode) protected voidCubeHandler.loadCell(int databaseId, int id, IElement[] paths, Object value, boolean isAdd, ICube.SplashMode mode, boolean eventprocessor, IElement[][] lockedPaths) protected voidCubeHandler.loadCells(int databaseId, int id, IElement[][] paths, Object[] values, int blockSize, boolean isAdd, ICube.SplashMode mode, boolean eventprocessor, IElement[][] lockedPaths) Constructors in com.jedox.palojlib.main with parameters of type ICube.SplashModeModifierConstructorDescriptionCellLoadContext(ICube.SplashMode mode, int blockSize, boolean add, boolean eventProcessor)