
io.ciera.tool.sql.loader.AttributeLoaderSet Maven / Gradle / Ivy
package io.ciera.tool.sql.loader;
import io.ciera.runtime.summit.classes.IInstanceSet;
import io.ciera.runtime.summit.exceptions.XtumlException;
import io.ciera.tool.sql.loader.AttributeLoaderSet;
import io.ciera.tool.sql.loader.BooleanLoaderSet;
import io.ciera.tool.sql.loader.EnumeratorLoaderSet;
import io.ciera.tool.sql.loader.GeneralLoaderSet;
import io.ciera.tool.sql.loader.InstanceLoaderSet;
import io.ciera.tool.sql.loader.IntegerLoaderSet;
import io.ciera.tool.sql.loader.RealLoaderSet;
import io.ciera.tool.sql.loader.StringLoaderSet;
public interface AttributeLoaderSet extends IInstanceSet {
// attributes
public void setClass_name( String ref_class_name ) throws XtumlException;
public void setPrev_index( int ref_prev_index ) throws XtumlException;
public void setAttr_name( String m_attr_name ) throws XtumlException;
public void setValue_index( int m_value_index ) throws XtumlException;
public void setLoader_name( String ref_loader_name ) throws XtumlException;
public void setLoader_package( String ref_loader_package ) throws XtumlException;
public void setIndex( int m_index ) throws XtumlException;
public void setPrev_attr_name( String ref_prev_attr_name ) throws XtumlException;
// selections
public InstanceLoaderSet R3006_invoked_by_InstanceLoader() throws XtumlException;
public AttributeLoaderSet R3007_follows_AttributeLoader() throws XtumlException;
public AttributeLoaderSet R3007_precedes_AttributeLoader() throws XtumlException;
public BooleanLoaderSet R3008_is_a_BooleanLoader() throws XtumlException;
public EnumeratorLoaderSet R3008_is_a_EnumeratorLoader() throws XtumlException;
public GeneralLoaderSet R3008_is_a_GeneralLoader() throws XtumlException;
public IntegerLoaderSet R3008_is_a_IntegerLoader() throws XtumlException;
public RealLoaderSet R3008_is_a_RealLoader() throws XtumlException;
public StringLoaderSet R3008_is_a_StringLoader() throws XtumlException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy