Package org.openl.rules.data
Class ThisCollectionElementField
- java.lang.Object
-
- org.openl.types.impl.AOpenField
-
- org.openl.rules.data.ThisCollectionElementField
-
- All Implemented Interfaces:
INamedThing,IOpenField,IOpenMember
public class ThisCollectionElementField extends AOpenField
-
-
Field Summary
-
Fields inherited from interface org.openl.base.INamedThing
EMPTY, LONG, REGULAR, SHORT
-
-
Constructor Summary
Constructors Constructor Description ThisCollectionElementField(int elementIndex, IOpenClass type, CollectionType collectionType)ThisCollectionElementField(Object mapKey, IOpenClass type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectget(Object target, IRuntimeEnv env)booleanisWritable()voidset(Object target, Object value, IRuntimeEnv env)-
Methods inherited from class org.openl.types.impl.AOpenField
getDeclaringClass, 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
-
ThisCollectionElementField
public ThisCollectionElementField(int elementIndex, IOpenClass type, CollectionType collectionType)
-
ThisCollectionElementField
public ThisCollectionElementField(Object mapKey, IOpenClass type)
-
-
Method Detail
-
get
public Object get(Object target, IRuntimeEnv env)
-
set
public void set(Object target, Object value, IRuntimeEnv env)
-
isWritable
public boolean isWritable()
- Specified by:
isWritablein interfaceIOpenField- Overrides:
isWritablein classAOpenField
-
-