Package org.openl.binding.impl.module
Class ContextPropertyBinderUtils
- java.lang.Object
-
- org.openl.binding.impl.module.ContextPropertyBinderUtils
-
public final class ContextPropertyBinderUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisNonValidCastForContextProperty(IOpenCast openCast)static StringvalidateContextProperty(String contextProperty, IOpenClass expectedType, IBindingContext bindingContext)
-
-
-
Method Detail
-
validateContextProperty
public static String validateContextProperty(String contextProperty, IOpenClass expectedType, IBindingContext bindingContext)
-
isNonValidCastForContextProperty
public static boolean isNonValidCastForContextProperty(IOpenCast openCast)
-
-