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

io.ciera.tool.sql.architecture.expression.Where Maven / Gradle / Ivy

There is a newer version: 2.7.3
Show newest version
package io.ciera.tool.sql.architecture.expression;


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.classes.Attribute;
import io.ciera.tool.sql.architecture.expression.Expression;

import types.SortType;


public interface Where extends IModelInstance {

    // attributes
    public void setParent_name( String ref_parent_name ) throws XtumlException;
    public String getParent_name() throws XtumlException;
    public void setParent_package( String ref_parent_package ) throws XtumlException;
    public String getParent_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 setStatement_number( String ref_statement_number ) throws XtumlException;
    public String getStatement_number() throws XtumlException;
    public void setExpression_number( String ref_expression_number ) throws XtumlException;
    public String getExpression_number() throws XtumlException;
    public void setBase_expression_number( String ref_base_expression_number ) throws XtumlException;
    public String getBase_expression_number() throws XtumlException;
    public String getWhere_expression_number() throws XtumlException;
    public void setWhere_expression_number( String ref_where_expression_number ) throws XtumlException;
    public String getMultiplicity() throws XtumlException;
    public void setMultiplicity( String m_multiplicity ) throws XtumlException;
    public void setSorted( SortType m_sorted ) throws XtumlException;
    public SortType getSorted() throws XtumlException;
    public void setCast( String m_cast ) throws XtumlException;
    public String getCast() throws XtumlException;
    public String getAttr_name() throws XtumlException;
    public void setAttr_name( String ref_attr_name ) throws XtumlException;
    public void setAttr_class_package( String ref_attr_class_package ) throws XtumlException;
    public String getAttr_class_package() throws XtumlException;
    public String getAttr_class_name() throws XtumlException;
    public void setAttr_class_name( String ref_attr_class_name ) throws XtumlException;


    // operations
    public void render() throws XtumlException;


    // selections
    default public void setR3906_sorts_set_by_Attribute( Attribute inst ) {}
    public Attribute R3906_sorts_set_by_Attribute() throws XtumlException;
    default public void setR776_is_a_Expression( Expression inst ) {}
    public Expression R776_is_a_Expression() throws XtumlException;
    default public void setR790_filters_Expression( Expression inst ) {}
    public Expression R790_filters_Expression() throws XtumlException;
    default public void setR796_has_condition_Expression( Expression inst ) {}
    public Expression R796_has_condition_Expression() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy