Package org.openl.rules.testmethod
Class UserErrorOpenClass
- java.lang.Object
-
- org.openl.types.impl.AOpenClass
-
- org.openl.types.impl.ADynamicClass
-
- org.openl.rules.testmethod.UserErrorOpenClass
-
- All Implemented Interfaces:
INamedThing,IMethodFactory,IOpenLibrary,IVarFactory,IType,IMetaHolder,IOpenClass
public class UserErrorOpenClass extends ADynamicClass
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserErrorOpenClass.Entry
-
Field Summary
-
Fields inherited from class org.openl.types.impl.ADynamicClass
fieldMap, instanceClass
-
Fields inherited from class org.openl.types.impl.AOpenClass
nonUniqueLowerCaseFieldMap, STUB, uniqueLowerCaseFieldMap, xlsMetaInfo
-
Fields inherited from interface org.openl.base.INamedThing
LONG, REGULAR, SHORT
-
Fields inherited from interface org.openl.types.IOpenClass
EMPTY
-
-
Constructor Summary
Constructors Constructor Description UserErrorOpenClass()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IOpenClassgetComponentClass()IOpenFieldgetField(String name, boolean strictMatch)ObjectnewInstance(IRuntimeEnv env)-
Methods inherited from class org.openl.types.impl.ADynamicClass
addField, fieldMap, getAggregateInfo, getConstructor, getDisplayName, getInstanceClass, getJavaName, getMethod, getMethod, getName, getPackageName, initConstructorMap, initMethodMap, isAssignableFrom, isInstance, isPublic, isPublic, setInstanceClass, superClasses
-
Methods inherited from class org.openl.types.impl.AOpenClass
addFieldToLowerCaseMap, addMethod, addType, buildMethodNameMap, constructors, equals, findType, getArrayType, getArrayType, getConstructor, getDeclaredFields, getDeclaredMethod, getDeclaredMethods, getDomain, getField, getFields, getIndexField, getMetaInfo, getMethods, getStaticField, getStaticField, getStaticFields, getTypes, getVar, hashCode, invalidateInternalData, isAbstract, isArray, isAssignableFrom, isInterface, isSimple, isStatic, methods, nullObject, removeMethod, searchFieldFromSuperClass, setIndexField, setMetaInfo, toStaticClass, toString
-
-
-
-
Method Detail
-
newInstance
public Object newInstance(IRuntimeEnv env)
-
getField
public IOpenField getField(String name, boolean strictMatch)
- Specified by:
getFieldin interfaceIOpenClass- Overrides:
getFieldin classAOpenClass
-
getComponentClass
public IOpenClass getComponentClass()
- Specified by:
getComponentClassin interfaceIOpenClass- Overrides:
getComponentClassin classAOpenClass
-
-