Package org.openl.rules.property
Class PropertiesOpenField
- java.lang.Object
-
- org.openl.types.impl.AOpenField
-
- org.openl.rules.property.PropertiesOpenField
-
- All Implemented Interfaces:
INamedThing,IOpenField,IOpenMember
public class PropertiesOpenField extends AOpenField
-
-
Field Summary
-
Fields inherited from interface org.openl.base.INamedThing
EMPTY, LONG, REGULAR, SHORT
-
-
Constructor Summary
Constructors Constructor Description PropertiesOpenField(String name, TableProperties propertiesInstance, ModuleOpenClass declaringClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectget(Object target, IRuntimeEnv env)IOpenClassgetDeclaringClass()TablePropertiesgetPropertiesInstance()booleanisWritable()voidset(Object target, Object value, IRuntimeEnv env)-
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
-
PropertiesOpenField
public PropertiesOpenField(String name, TableProperties propertiesInstance, ModuleOpenClass declaringClass)
-
-
Method Detail
-
getDeclaringClass
public IOpenClass getDeclaringClass()
- Specified by:
getDeclaringClassin interfaceIOpenMember- Overrides:
getDeclaringClassin classAOpenField
-
get
public Object get(Object target, IRuntimeEnv env)
-
isWritable
public boolean isWritable()
- Specified by:
isWritablein interfaceIOpenField- Overrides:
isWritablein classAOpenField
-
getPropertiesInstance
public TableProperties getPropertiesInstance()
-
set
public void set(Object target, Object value, IRuntimeEnv env)
-
-