All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openl.codegen.template.MatchingOpenMethodDispatcher.vm Maven / Gradle / Ivy

There is a newer version: 5.19.9
Show newest version
    private List getNotNullPropertyNames(IRulesRuntimeContext context) {
        List propNames = new ArrayList();

#foreach( $tablePropertyDefinition in $tablePropertyDefinitions )
        if (context.get$tool.formatAccessorName($tablePropertyDefinition.ContextVar)() != null) {
            propNames.add("$tablePropertyDefinition.Definition.Name");
        }
#end

        return propNames;
    }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy