
io.ciera.tool.sql.architecture.expression.WhereSet Maven / Gradle / Ivy
package io.ciera.tool.sql.architecture.expression;
import io.ciera.runtime.summit.classes.IInstanceSet;
import io.ciera.runtime.summit.exceptions.XtumlException;
import io.ciera.tool.sql.architecture.classes.AttributeSet;
import io.ciera.tool.sql.architecture.expression.ExpressionSet;
import types.SortType;
public interface WhereSet extends IInstanceSet {
// attributes
public void setBase_expression_number( String ref_base_expression_number ) throws XtumlException;
public void setWhere_expression_number( String ref_where_expression_number ) throws XtumlException;
public void setStatement_number( String ref_statement_number ) throws XtumlException;
public void setParent_name( String ref_parent_name ) throws XtumlException;
public void setBlock_number( String ref_block_number ) throws XtumlException;
public void setExpression_number( String ref_expression_number ) throws XtumlException;
public void setMultiplicity( String m_multiplicity ) throws XtumlException;
public void setSorted( SortType m_sorted ) throws XtumlException;
public void setAttr_class_package( String ref_attr_class_package ) throws XtumlException;
public void setCast( String m_cast ) throws XtumlException;
public void setBody_name( String ref_body_name ) throws XtumlException;
public void setParent_package( String ref_parent_package ) throws XtumlException;
public void setAttr_class_name( String ref_attr_class_name ) throws XtumlException;
public void setAttr_name( String ref_attr_name ) throws XtumlException;
// selections
public AttributeSet R3906_sorts_set_by_Attribute() throws XtumlException;
public ExpressionSet R776_is_a_Expression() throws XtumlException;
public ExpressionSet R790_filters_Expression() throws XtumlException;
public ExpressionSet R796_has_condition_Expression() throws XtumlException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy