Package org.openl.rules.calc
Class ASpreadsheetField
- java.lang.Object
-
- org.openl.types.impl.AOpenField
-
- org.openl.types.impl.DynamicObjectField
-
- org.openl.rules.calc.ASpreadsheetField
-
- All Implemented Interfaces:
INamedThing,IOpenField,IOpenMember
- Direct Known Subclasses:
CustomSpreadsheetResultField,SpreadsheetCellField,SpreadsheetRangeField
public abstract class ASpreadsheetField extends DynamicObjectField
-
-
Field Summary
-
Fields inherited from interface org.openl.base.INamedThing
EMPTY, LONG, REGULAR, SHORT
-
-
Constructor Summary
Constructors Constructor Description ASpreadsheetField(IOpenClass declaringClass, String name, IOpenClass type)
-
Method Summary
-
Methods inherited from class org.openl.types.impl.DynamicObjectField
get, 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
-
ASpreadsheetField
public ASpreadsheetField(IOpenClass declaringClass, String name, IOpenClass type)
-
-