Package org.openl.rules.cmatch
Class SubValue
- java.lang.Object
-
- org.openl.rules.cmatch.SubValue
-
public class SubValue extends Object
-
-
Constructor Summary
Constructors Constructor Description SubValue(StringValue value, ICellStyle cellStyle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IGridRegiongetGridRegion()intgetIndent()StringgetString()StringValuegetStringValue()voidsetGridRegion(IGridRegion gridRegion)
-
-
-
Constructor Detail
-
SubValue
public SubValue(StringValue value, ICellStyle cellStyle)
-
-
Method Detail
-
getGridRegion
public IGridRegion getGridRegion()
-
getIndent
public int getIndent()
-
getString
public String getString()
-
getStringValue
public StringValue getStringValue()
-
setGridRegion
public void setGridRegion(IGridRegion gridRegion)
-
-