Uses of Enum Class
com.jedox.palojlib.interfaces.ICube.CellsExportType
Packages that use ICube.CellsExportType
-
Uses of ICube.CellsExportType in com.jedox.palojlib.interfaces
Methods in com.jedox.palojlib.interfaces that return ICube.CellsExportTypeModifier and TypeMethodDescriptionICellExportContext.getCellsExportType()get the type of the exportICube.CellsExportType.static ICube.CellsExportTypeReturns the enum constant of this class with the specified name.static ICube.CellsExportType[]ICube.CellsExportType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ICube.CellsExportType in com.jedox.palojlib.main
Methods in com.jedox.palojlib.main that return ICube.CellsExportTypeMethods in com.jedox.palojlib.main with parameters of type ICube.CellsExportTypeModifier and TypeMethodDescriptionCubeHandler.extractCellsMap(int databaseId, int cubeId, ICube.CellsExportType type, int blockSize, boolean useRules, boolean onlyBases, boolean skipEmpty, IElement[][] area, IDimension[] cubeDims) protected StringCubeHandler.parseTypeToString(ICube.CellsExportType type) Constructors in com.jedox.palojlib.main with parameters of type ICube.CellsExportTypeModifierConstructorDescriptionCellExportContext(ICube.CellsExportType type, int blockSize, boolean useRules, boolean onlyBases, ICellExportContext.SkipMode skipMode) CellExportContext(ICube.CellsExportType type, int blockSize, boolean useRules, boolean onlyBases, ICellExportContext.SkipMode skipMode, String condition) protectedCellsExporter(IElement[][] area, ICube.CellsExportType type, int blockSize, boolean useRules, boolean onlyBases, ICellExportContext.SkipMode skipMode, CubeHandler cubehandler, IDimension[] dimensions, int databaseId, int cubeId, int contextId) protectedCellsExporter(IElement[][] area, ICube.CellsExportType type, int blockSize, boolean useRules, boolean onlyBases, ICellExportContext.SkipMode skipMode, CubeHandler cubehandler, IDimension[] dimensions, String condition, int databaseId, int cubeId, int contextId)