
io.ciera.tool.sql.architecture.expression.ArrayElementReference Maven / Gradle / Ivy
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.expression.Expression;
public interface ArrayElementReference extends IModelInstance {
// attributes
public String getParent_name() throws XtumlException;
public void setParent_name( String ref_parent_name ) throws XtumlException;
public String getParent_package() throws XtumlException;
public void setParent_package( String ref_parent_package ) throws XtumlException;
public void setBody_name( String ref_body_name ) throws XtumlException;
public String getBody_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 setRoot_expression_number( String ref_root_expression_number ) throws XtumlException;
public String getRoot_expression_number() throws XtumlException;
public String getIndex_expression_number() throws XtumlException;
public void setIndex_expression_number( String ref_index_expression_number ) throws XtumlException;
// operations
public void render() throws XtumlException;
// selections
default public void setR3900_has_root_Expression( Expression inst ) {}
public Expression R3900_has_root_Expression() throws XtumlException;
default public void setR3901_has_index_Expression( Expression inst ) {}
public Expression R3901_has_index_Expression() throws XtumlException;
default public void setR776_is_a_Expression( Expression inst ) {}
public Expression R776_is_a_Expression() throws XtumlException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy