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

io.ciera.tool.templateengine.ooaofooa.selection.SelectRelatedWhere 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.selection.ACT_SEL;
import io.ciera.tool.templateengine.ooaofooa.value.Value;


public interface SelectRelatedWhere extends IModelInstance {

    // attributes
    public UniqueId getStatement_ID() throws XtumlException;
    public void setStatement_ID( UniqueId ref_Statement_ID ) throws XtumlException;
    public UniqueId getWhere_Clause_Value_ID() throws XtumlException;
    public void setWhere_Clause_Value_ID( UniqueId ref_Where_Clause_Value_ID ) throws XtumlException;


    // operations


    // selections
    default public void setR611_where_clause_Value( Value inst ) {}
    public Value R611_where_clause_Value() throws XtumlException;
    default public void setR664_is_a_ACT_SEL( ACT_SEL inst ) {}
    public ACT_SEL R664_is_a_ACT_SEL() throws XtumlException;


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy