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

io.ciera.tool.templateengine.templating.TemplateRegistrySet Maven / Gradle / Ivy

There is a newer version: 2.6.3
Show newest version
package io.ciera.tool.templateengine.templating;


import io.ciera.runtime.summit.classes.IInstanceSet;
import io.ciera.runtime.summit.exceptions.XtumlException;
import io.ciera.tool.templateengine.architecture.file.GeneralFileSet;
import io.ciera.tool.templateengine.templating.Z_TemplateSet;


public interface TemplateRegistrySet extends IInstanceSet {

    // attributes
    public void setName( String ref_name ) throws XtumlException;
    public void setPackage( String ref_package ) throws XtumlException;
    public void setComp_name( String m_comp_name ) throws XtumlException;


    // selections
    public GeneralFileSet R3051_is_a_GeneralFile() throws XtumlException;
    public Z_TemplateSet R3052_registers_available_Z_Template() throws XtumlException;


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy