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

org.openl.codegen.template.RulesRuntimeContextDelegator-properties.vm Maven / Gradle / Ivy

There is a newer version: 5.19.9
Show newest version
#foreach( $contextPropertyDefinition in $contextPropertyDefinitions )
	@Override
	public $tool.getTypeName($contextPropertyDefinition.Type.InstanceClass) get$tool.formatAccessorName($contextPropertyDefinition.Name)() {
	    if (super.get$tool.formatAccessorName($contextPropertyDefinition.Name)() == null){
			return delegate.get$tool.formatAccessorName($contextPropertyDefinition.Name)();
		}
		return super.get$tool.formatAccessorName($contextPropertyDefinition.Name)();
	}
#end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy