Package org.openl.rules.table.openl
Class GridCellSourceCodeModule
- java.lang.Object
-
- org.openl.rules.table.openl.GridCellSourceCodeModule
-
- All Implemented Interfaces:
IOpenSourceCodeModule
@Deprecated public class GridCellSourceCodeModule extends Object implements IOpenSourceCodeModule
Deprecated.- Author:
- snshor
-
-
Constructor Summary
Constructors Constructor Description GridCellSourceCodeModule(IGridTable table)Deprecated.GridCellSourceCodeModule(IGridTable table, int column, int row, IBindingContext bindingContext)Deprecated.GridCellSourceCodeModule(IGridTable table, IBindingContext bindingContext)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description InputStreamgetByteStream()Deprecated.ICellgetCell()Deprecated.ReadergetCharacterStream()Deprecated.StringgetCode()Deprecated.StringgetDisplayName()Deprecated.Map<String,Object>getParams()Deprecated.intgetStartPosition()Deprecated.IGridTablegetTable()Deprecated.StringgetUri()Deprecated.voidsetParams(Map<String,Object> params)Deprecated.StringtoString()Deprecated.voidupdate(IBindingContext bindingContext)Deprecated.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.openl.source.IOpenSourceCodeModule
getFileUri
-
-
-
-
Constructor Detail
-
GridCellSourceCodeModule
public GridCellSourceCodeModule(IGridTable table)
Deprecated.
-
GridCellSourceCodeModule
public GridCellSourceCodeModule(IGridTable table, IBindingContext bindingContext)
Deprecated.
-
GridCellSourceCodeModule
public GridCellSourceCodeModule(IGridTable table, int column, int row, IBindingContext bindingContext)
Deprecated.
-
-
Method Detail
-
getTable
public IGridTable getTable()
Deprecated.
-
update
public void update(IBindingContext bindingContext)
Deprecated.
-
getCell
public ICell getCell()
Deprecated.
-
getByteStream
public InputStream getByteStream()
Deprecated.- Specified by:
getByteStreamin interfaceIOpenSourceCodeModule
-
getCharacterStream
public Reader getCharacterStream()
Deprecated.- Specified by:
getCharacterStreamin interfaceIOpenSourceCodeModule
-
getCode
public String getCode()
Deprecated.- Specified by:
getCodein interfaceIOpenSourceCodeModule
-
getDisplayName
public String getDisplayName()
Deprecated.
-
getStartPosition
public int getStartPosition()
Deprecated.- Specified by:
getStartPositionin interfaceIOpenSourceCodeModule
-
getUri
public String getUri()
Deprecated.- Specified by:
getUriin interfaceIOpenSourceCodeModule
-
getParams
public Map<String,Object> getParams()
Deprecated.- Specified by:
getParamsin interfaceIOpenSourceCodeModule
-
setParams
public void setParams(Map<String,Object> params)
Deprecated.- Specified by:
setParamsin interfaceIOpenSourceCodeModule
-
-