Uses of Enum Class
com.jedox.palojlib.interfaces.ICell.CellType
Packages that use ICell.CellType
-
Uses of ICell.CellType in com.jedox.palojlib.interfaces
Methods in com.jedox.palojlib.interfaces that return ICell.CellTypeModifier and TypeMethodDescriptionICell.getType()get the type of the cellICell.CellTypestatic ICell.CellTypeReturns the enum constant of this class with the specified name.static ICell.CellType[]ICell.CellType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ICell.CellType in com.jedox.palojlib.main
Methods in com.jedox.palojlib.main that return ICell.CellTypeConstructors in com.jedox.palojlib.main with parameters of type ICell.CellTypeModifierConstructorDescriptionCell(int[] path, Object value, ICell.CellType type, IDimension[] dimensions, String[] pathNames, String exists)