Package org.openl.rules.calc.element
Class SpreadsheetCellField.ConstSpreadsheetCellField
- java.lang.Object
-
- org.openl.types.impl.AOpenField
-
- org.openl.types.impl.DynamicObjectField
-
- org.openl.rules.calc.ASpreadsheetField
-
- org.openl.rules.calc.element.SpreadsheetCellField
-
- org.openl.rules.calc.element.SpreadsheetCellField.ConstSpreadsheetCellField
-
- All Implemented Interfaces:
INamedThing,NodeDescriptionHolder,IOpenField,IOpenMember
- Enclosing class:
- SpreadsheetCellField
public static class SpreadsheetCellField.ConstSpreadsheetCellField extends SpreadsheetCellField
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openl.rules.calc.element.SpreadsheetCellField
SpreadsheetCellField.ConstSpreadsheetCellField
-
-
Field Summary
-
Fields inherited from class org.openl.rules.calc.element.SpreadsheetCellField
cell
-
Fields inherited from interface org.openl.base.INamedThing
EMPTY, LONG, REGULAR, SHORT
-
-
Constructor Summary
Constructors Constructor Description ConstSpreadsheetCellField(SpreadsheetStructureBuilderHolder structureBuilderContainer, IOpenClass declaringClass, String name, SpreadsheetCell cell)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectget(Object target, IRuntimeEnv env)-
Methods inherited from class org.openl.rules.calc.element.SpreadsheetCellField
getCell, getDescription, getType, isLastColumnRef, isLastRowRef, isWritable, set
-
Methods inherited from class org.openl.types.impl.DynamicObjectField
getDeclaringClass, setDeclaringClass
-
Methods inherited from class org.openl.types.impl.AOpenField
getDisplayName, getInfo, getName, isConst, isReadable, isStatic, setType, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.openl.types.IOpenField
getContextProperty, isContextProperty, isTransient
-
-
-
-
Constructor Detail
-
ConstSpreadsheetCellField
public ConstSpreadsheetCellField(SpreadsheetStructureBuilderHolder structureBuilderContainer, IOpenClass declaringClass, String name, SpreadsheetCell cell)
-
-
Method Detail
-
get
public Object get(Object target, IRuntimeEnv env)
- Specified by:
getin interfaceIOpenField- Overrides:
getin classSpreadsheetCellField
-
-