Package org.openl.rules.data
Class FieldChain
- java.lang.Object
-
- org.openl.types.impl.AOpenField
-
- org.openl.rules.data.FieldChain
-
- All Implemented Interfaces:
INamedThing,IOpenField,IOpenMember
- Direct Known Subclasses:
PrecisionFieldChain
public class FieldChain extends AOpenField
-
-
Field Summary
-
Fields inherited from interface org.openl.base.INamedThing
EMPTY, LONG, REGULAR, SHORT
-
-
Constructor Summary
Constructors Constructor Description FieldChain(IOpenClass type, IOpenField[] fields)FieldChain(IOpenClass type, IOpenField[] fields, IdentifierNode[] fieldAccessorChainTokens, boolean hasAccessByArrayId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectget(Object target, IRuntimeEnv env)IOpenClassgetDeclaringClass()IOpenField[]getFields()IOpenClassgetType()static StringmakeNames(IOpenField[] fields)voidset(Object target, Object value, IRuntimeEnv env)-
Methods inherited from class org.openl.types.impl.AOpenField
getDisplayName, getInfo, getName, isConst, isReadable, isStatic, isWritable, 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
-
FieldChain
public FieldChain(IOpenClass type, IOpenField[] fields)
-
FieldChain
public FieldChain(IOpenClass type, IOpenField[] fields, IdentifierNode[] fieldAccessorChainTokens, boolean hasAccessByArrayId)
-
-
Method Detail
-
makeNames
public static String makeNames(IOpenField[] fields)
-
getDeclaringClass
public IOpenClass getDeclaringClass()
- Specified by:
getDeclaringClassin interfaceIOpenMember- Overrides:
getDeclaringClassin classAOpenField
-
getType
public IOpenClass getType()
- Specified by:
getTypein interfaceIOpenMember- Overrides:
getTypein classAOpenField
-
get
public Object get(Object target, IRuntimeEnv env)
-
set
public void set(Object target, Object value, IRuntimeEnv env)
-
getFields
public IOpenField[] getFields()
-
-