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

templates.commands.RemoveFromContainerCommand.vm Maven / Gradle / Ivy

There is a newer version: 3.5.12
Show newest version
#* @vtlvariable name="ctx" type="org.kevoree.modeling.kotlin.generator.GenerationContext" *#
#* @vtlvariable name="helper" type="org.kevoree.modeling.kotlin.generator.ProcessorHelperClass" *#
package ${helper.fqn($ctx, $ctx.getBasePackageForUtilitiesGeneration())}.container

class RemoveFromContainerCommand(val target : org.kevoree.modeling.api.KMFContainer, val mutatorType : Int, val refName : String, val element : Any?) {
    fun run() {
        target.reflexiveMutator(mutatorType,refName, element,true,true)
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy