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

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

There is a newer version: 5.19.9
Show newest version
#foreach( $tablePropertyDefinition in $tablePropertyDefinitions )
	$tool.getTypeName($tablePropertyDefinition.Type.InstanceClass) get$tool.formatAccessorName($tablePropertyDefinition.Name)();
	void set$tool.formatAccessorName($tablePropertyDefinition.Name)($tool.getTypeName($tablePropertyDefinition.Type.InstanceClass) $tablePropertyDefinition.Name);
#end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy