
io.ciera.tool.sql.loader.EventInstanceLoader Maven / Gradle / Ivy
package io.ciera.tool.sql.loader;
import io.ciera.runtime.summit.classes.IModelInstance;
import io.ciera.runtime.summit.exceptions.XtumlException;
import io.ciera.tool.Sql;
import io.ciera.tool.sql.architecture.classes.ModelInst;
import io.ciera.tool.sql.loader.InstanceLoader;
public interface EventInstanceLoader extends IModelInstance {
// attributes
public void setLoader_name( String ref_loader_name ) throws XtumlException;
public String getLoader_name() throws XtumlException;
public void setLoader_package( String ref_loader_package ) throws XtumlException;
public String getLoader_package() throws XtumlException;
public void setEvt_class_name( String ref_evt_class_name ) throws XtumlException;
public String getEvt_class_name() throws XtumlException;
public void setPackage( String ref_package ) throws XtumlException;
public String getPackage() throws XtumlException;
public String getClass_name() throws XtumlException;
public void setClass_name( String ref_class_name ) throws XtumlException;
public void setComp_name( String ref_comp_name ) throws XtumlException;
public String getComp_name() throws XtumlException;
public String getComp_package() throws XtumlException;
public void setComp_package( String ref_comp_package ) throws XtumlException;
// operations
public void render() throws XtumlException;
// selections
default public void setR3016_is_a_InstanceLoader( InstanceLoader inst ) {}
public InstanceLoader R3016_is_a_InstanceLoader() throws XtumlException;
default public void setR3017_ModelInst( ModelInst inst ) {}
public ModelInst R3017_ModelInst() throws XtumlException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy