
io.ciera.tool.sql.architecture.statement.VariableInScope Maven / Gradle / Ivy
package io.ciera.tool.sql.architecture.statement;
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.invocable.CodeBlock;
import io.ciera.tool.sql.architecture.statement.Variable;
public interface VariableInScope extends IModelInstance {
// attributes
public String getParent_name() throws XtumlException;
public void setParent_name( String ref_parent_name ) throws XtumlException;
public String getParent_package() throws XtumlException;
public void setParent_package( String ref_parent_package ) throws XtumlException;
public String getBody_name() throws XtumlException;
public void setBody_name( String ref_body_name ) throws XtumlException;
public String getBlock_number() throws XtumlException;
public void setBlock_number( String ref_block_number ) throws XtumlException;
public void setVar_block_number( String ref_var_block_number ) throws XtumlException;
public String getVar_block_number() throws XtumlException;
public String getVar_name() throws XtumlException;
public void setVar_name( String ref_var_name ) throws XtumlException;
// operations
// selections
default public void setR458_has_in_scope_Variable( Variable inst ) {}
public Variable R458_has_in_scope_Variable() throws XtumlException;
default public void setR458_is_in_scope_for_CodeBlock( CodeBlock inst ) {}
public CodeBlock R458_is_in_scope_for_CodeBlock() throws XtumlException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy