
io.ciera.tool.sql.loader.AttributeComparison Maven / Gradle / Ivy
package io.ciera.tool.sql.loader;
import io.ciera.runtime.summit.classes.IModelInstance;
import io.ciera.runtime.summit.exceptions.XtumlException;
import io.ciera.tool.Sql;
import io.ciera.tool.sql.loader.AttributeComparison;
import io.ciera.tool.sql.loader.BatchRelator;
public interface AttributeComparison extends IModelInstance {
// attributes
public void setLoader_name( String ref_loader_name ) throws XtumlException;
public String getLoader_name() throws XtumlException;
public String getLoader_package() throws XtumlException;
public void setLoader_package( String ref_loader_package ) throws XtumlException;
public String getRel_name() throws XtumlException;
public void setRel_name( String ref_rel_name ) throws XtumlException;
public String getPart_attr_name() throws XtumlException;
public void setPart_attr_name( String m_part_attr_name ) throws XtumlException;
public String getForm_accessor() throws XtumlException;
public void setForm_accessor( String m_form_accessor ) throws XtumlException;
public String getPart_accessor() throws XtumlException;
public void setPart_accessor( String m_part_accessor ) throws XtumlException;
public boolean getPrimitive() throws XtumlException;
public void setPrimitive( boolean m_primitive ) throws XtumlException;
public boolean getIs_string() throws XtumlException;
public void setIs_string( boolean m_is_string ) throws XtumlException;
public String getPrev_part_attr_name() throws XtumlException;
public void setPrev_part_attr_name( String ref_prev_part_attr_name ) throws XtumlException;
// operations
public void render() throws XtumlException;
// selections
default public void setR3012_evaluated_by_BatchRelator( BatchRelator inst ) {}
public BatchRelator R3012_evaluated_by_BatchRelator() throws XtumlException;
default public void setR3018_precedes_AttributeComparison( AttributeComparison inst ) {}
public AttributeComparison R3018_precedes_AttributeComparison() throws XtumlException;
default public void setR3018_succeeds_AttributeComparison( AttributeComparison inst ) {}
public AttributeComparison R3018_succeeds_AttributeComparison() throws XtumlException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy