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.CellsExportType
Returns 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 TypeMethodDescriptionprotected String
CubeHandler.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) 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)