All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.ciera.tool.templateengine.ooaofooa.selection.SelectFromInstancesWhere Maven / Gradle / Ivy

There is a newer version: 2.6.3
Show newest version
package io.ciera.tool.templateengine.ooaofooa.selection;


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.TemplateEngine;
import io.ciera.tool.templateengine.ooaofooa.body.ACT_SMT;
import io.ciera.tool.templateengine.ooaofooa.subsystem.ModelClass;
import io.ciera.tool.templateengine.ooaofooa.value.V_VAR;
import io.ciera.tool.templateengine.ooaofooa.value.Value;


public interface SelectFromInstancesWhere extends IModelInstance {

    // attributes
    public UniqueId getStatement_ID() throws XtumlException;
    public void setStatement_ID( UniqueId ref_Statement_ID ) throws XtumlException;
    public void setVar_ID( UniqueId ref_Var_ID ) throws XtumlException;
    public UniqueId getVar_ID() throws XtumlException;
    public void setIs_implicit( boolean m_is_implicit ) throws XtumlException;
    public boolean getIs_implicit() throws XtumlException;
    public String getCardinality() throws XtumlException;
    public void setCardinality( String m_cardinality ) throws XtumlException;
    public UniqueId getWhere_Clause_Value_ID() throws XtumlException;
    public void setWhere_Clause_Value_ID( UniqueId ref_Where_Clause_Value_ID ) throws XtumlException;
    public UniqueId getObj_ID() throws XtumlException;
    public void setObj_ID( UniqueId ref_Obj_ID ) throws XtumlException;
    public void setExtentLineNumber( int m_extentLineNumber ) throws XtumlException;
    public int getExtentLineNumber() throws XtumlException;
    public int getExtentColumn() throws XtumlException;
    public void setExtentColumn( int m_extentColumn ) 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 setR610_where_clause_Value( Value inst ) {}
    public Value R610_where_clause_Value() throws XtumlException;
    default public void setR665_result_V_VAR( V_VAR inst ) {}
    public V_VAR R665_result_V_VAR() throws XtumlException;
    default public void setR676_from_extent_of_ModelClass( ModelClass inst ) {}
    public ModelClass R676_from_extent_of_ModelClass() throws XtumlException;


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy