io.ciera.tool.sql.ooaofooa.body.ElseIfStmt Maven / Gradle / Ivy
package io.ciera.tool.sql.ooaofooa.body;
import io.ciera.runtime.summit.classes.IModelInstance;
import io.ciera.runtime.summit.exceptions.XtumlException;
import io.ciera.runtime.summit.types.UniqueId;
import io.ciera.tool.Sql;
import io.ciera.tool.sql.ooaofooa.body.ACT_SMT;
import io.ciera.tool.sql.ooaofooa.body.Block;
import io.ciera.tool.sql.ooaofooa.body.IfStmt;
import io.ciera.tool.sql.ooaofooa.value.Value;
public interface ElseIfStmt extends IModelInstance {
// attributes
public void setStatement_ID( UniqueId ref_Statement_ID ) throws XtumlException;
public UniqueId getStatement_ID() throws XtumlException;
public UniqueId getBlock_ID() throws XtumlException;
public void setBlock_ID( UniqueId ref_Block_ID ) throws XtumlException;
public void setValue_ID( UniqueId ref_Value_ID ) throws XtumlException;
public UniqueId getValue_ID() throws XtumlException;
public void setIf_Statement_ID( UniqueId ref_If_Statement_ID ) throws XtumlException;
public UniqueId getIf_Statement_ID() throws XtumlException;
// operations
// selections
default public void setR603_is_a_ACT_SMT( ACT_SMT inst ) {}
public ACT_SMT R603_is_a_ACT_SMT() throws XtumlException;
default public void setR658_controls_Block( Block inst ) {}
public Block R658_controls_Block() throws XtumlException;
default public void setR659_test_result_Value( Value inst ) {}
public Value R659_test_result_Value() throws XtumlException;
default public void setR682_IfStmt( IfStmt inst ) {}
public IfStmt R682_IfStmt() throws XtumlException;
default public void setR690_IfStmt( IfStmt inst ) {}
public IfStmt R690_IfStmt() throws XtumlException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy