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

vTemplates.ViewTemplate.vm Maven / Gradle / Ivy

There is a newer version: 4.26.0
Show newest version
package $context.metaModelPackage;

public interface ${context.metaModelName}View extends org.kevoree.modeling.KView {

#foreach($class in $context.model.getClasses())
#set($lastIdx = $class.fqn.lastIndexOf(".")+1)
    public $class.fqn create$class.fqn.substring($lastIdx)();
#end

}

#* @vtlvariable name="context" type="org.kevoree.modeling.generator.GenerationContext" *#




© 2015 - 2024 Weber Informatics LLC | Privacy Policy