
io.ciera.tool.sql.architecture.statement.FinalizationSet Maven / Gradle / Ivy
package io.ciera.tool.sql.architecture.statement;
import io.ciera.runtime.summit.classes.IInstanceSet;
import io.ciera.runtime.summit.exceptions.XtumlException;
import io.ciera.tool.sql.architecture.statement.StatementSet;
import io.ciera.tool.sql.architecture.statement.VariableSet;
public interface FinalizationSet extends IInstanceSet {
// attributes
public void setBody_name( String ref_body_name ) throws XtumlException;
public void setVar_name( String ref_var_name ) throws XtumlException;
public void setVar_block_number( String ref_var_block_number ) throws XtumlException;
public void setParent_package( String ref_parent_package ) throws XtumlException;
public void setBlock_number( String ref_block_number ) throws XtumlException;
public void setStatement_number( String ref_statement_number ) throws XtumlException;
public void setParent_name( String ref_parent_name ) throws XtumlException;
// selections
public StatementSet R485_finalized_by_Statement() throws XtumlException;
public VariableSet R485_finalizes_Variable() throws XtumlException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy