
io.ciera.tool.sql.architecture.classes.Operation Maven / Gradle / Ivy
package io.ciera.tool.sql.architecture.classes;
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.architecture.invocable.InvocableObject;
public interface Operation extends IModelInstance {
// attributes
public String getClass_name() throws XtumlException;
public void setClass_name( String ref_class_name ) throws XtumlException;
public void setClass_package( String ref_class_package ) throws XtumlException;
public String getClass_package() throws XtumlException;
public void setName( String ref_name ) throws XtumlException;
public String getName() throws XtumlException;
public boolean getIs_class_based() throws XtumlException;
public void setIs_class_based( boolean m_is_class_based ) throws XtumlException;
public String getComp_name() throws XtumlException;
public void setComp_name( String ref_comp_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;
public void render_empty() throws XtumlException;
public void render_interface() throws XtumlException;
// selections
default public void setR416_provided_by_ModelInst( ModelInst inst ) {}
public ModelInst R416_provided_by_ModelInst() throws XtumlException;
default public void setR427_is_a_InvocableObject( InvocableObject inst ) {}
public InvocableObject R427_is_a_InvocableObject() throws XtumlException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy