Class ColumnMatchMetaInfoReader
- java.lang.Object
-
- org.openl.rules.lang.xls.types.meta.BaseMetaInfoReader<T>
-
- org.openl.rules.lang.xls.types.meta.AMethodMetaInfoReader<ColumnMatchBoundNode>
-
- org.openl.rules.lang.xls.types.meta.ColumnMatchMetaInfoReader
-
- All Implemented Interfaces:
MetaInfoReader
public class ColumnMatchMetaInfoReader extends AMethodMetaInfoReader<ColumnMatchBoundNode>
-
-
Field Summary
-
Fields inherited from class org.openl.rules.lang.xls.types.meta.BaseMetaInfoReader
NOT_FOUND
-
-
Constructor Summary
Constructors Constructor Description ColumnMatchMetaInfoReader(ColumnMatchBoundNode boundNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CellMetaInfogetBodyMetaInfo(int row, int col)-
Methods inherited from class org.openl.rules.lang.xls.types.meta.AMethodMetaInfoReader
getAdditionalMetaInfoForTableReturnType, getHeaderMetaInfo, getTableSyntaxNode
-
Methods inherited from class org.openl.rules.lang.xls.types.meta.BaseMetaInfoReader
addConstant, getBoundNode, getGridTable, getMetaInfo, isNeededCell, isNeededCell, prepare, release, setBoundNode
-
-
-
-
Constructor Detail
-
ColumnMatchMetaInfoReader
public ColumnMatchMetaInfoReader(ColumnMatchBoundNode boundNode)
-
-
Method Detail
-
getBodyMetaInfo
protected CellMetaInfo getBodyMetaInfo(int row, int col)
- Specified by:
getBodyMetaInfoin classBaseMetaInfoReader<ColumnMatchBoundNode>
-
-