Uses of Enum Class
com.jedox.palojlib.interfaces.ICellExportContext.SkipMode
Packages that use ICellExportContext.SkipMode
-
Uses of ICellExportContext.SkipMode in com.jedox.palojlib.interfaces
Methods in com.jedox.palojlib.interfaces that return ICellExportContext.SkipModeModifier and TypeMethodDescriptionICellExportContext.getSkipMode()
get whether empty cells should be exported.static ICellExportContext.SkipMode
Returns the enum constant of this class with the specified name.static ICellExportContext.SkipMode[]
ICellExportContext.SkipMode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ICellExportContext.SkipMode in com.jedox.palojlib.main
Methods in com.jedox.palojlib.main that return ICellExportContext.SkipModeConstructors in com.jedox.palojlib.main with parameters of type ICellExportContext.SkipModeModifierConstructorDescriptionCellExportContext
(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) protected
CellsExporter
(IElement[][] area, ICube.CellsExportType type, int blockSize, boolean useRules, boolean onlyBases, ICellExportContext.SkipMode skipMode, CubeHandler cubehandler, IDimension[] dimensions, int databaseId, int cubeId, int contextId) protected
CellsExporter
(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)