Package org.openl.rules.calc.element
Class SpreadsheetRangeField
- java.lang.Object
-
- org.openl.types.impl.AOpenField
-
- org.openl.types.impl.DynamicObjectField
-
- org.openl.rules.calc.ASpreadsheetField
-
- org.openl.rules.calc.element.SpreadsheetRangeField
-
- All Implemented Interfaces:
INamedThing,NodeDescriptionHolder,IOpenField,IOpenMember
public class SpreadsheetRangeField extends ASpreadsheetField implements NodeDescriptionHolder
-
-
Field Summary
-
Fields inherited from interface org.openl.base.INamedThing
EMPTY, LONG, REGULAR, SHORT
-
-
Constructor Summary
Constructors Constructor Description SpreadsheetRangeField(String name, String rangeName, int sx, int sy, int ex, int ey, IOpenClass rangeType, IOpenCast[][] casts, IOpenClass declaringClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectget(Object target, IRuntimeEnv env)StringgetDescription()-
Methods inherited from class org.openl.types.impl.DynamicObjectField
getDeclaringClass, isWritable, set, setDeclaringClass
-
Methods inherited from class org.openl.types.impl.AOpenField
getDisplayName, getInfo, getName, getType, 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
-
SpreadsheetRangeField
public SpreadsheetRangeField(String name, String rangeName, int sx, int sy, int ex, int ey, IOpenClass rangeType, IOpenCast[][] casts, IOpenClass declaringClass)
-
-
Method Detail
-
get
public Object get(Object target, IRuntimeEnv env)
- Specified by:
getin interfaceIOpenField- Overrides:
getin classDynamicObjectField
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceNodeDescriptionHolder
-
-