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

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

There is a newer version: 5.19.9
Show newest version
#foreach( $contextPropertyDefinition in $contextPropertyDefinitions )
	$tool.getTypeName($contextPropertyDefinition.Type.InstanceClass).replaceAll('org.openl.rules.enumeration','org.openl.rules.ruleservice.context.enumeration') get$tool.formatAccessorName($contextPropertyDefinition.Name)();
	void set$tool.formatAccessorName($contextPropertyDefinition.Name)($tool.getTypeName($contextPropertyDefinition.Type.InstanceClass).replaceAll('org.openl.rules.enumeration','org.openl.rules.ruleservice.context.enumeration') $contextPropertyDefinition.Name);	
#end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy