
io.ciera.tool.sql.loader.GeneralLoaderSet 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.architecture.type.TypeSet;
import io.ciera.tool.sql.loader.AttributeLoaderSet;
public interface GeneralLoaderSet extends IInstanceSet {
// attributes
public void setClass_name( String ref_class_name ) throws XtumlException;
public void setType_name( String ref_type_name ) throws XtumlException;
public void setLoader_name( String ref_loader_name ) throws XtumlException;
public void setType_package( String ref_type_package ) throws XtumlException;
public void setLoader_package( String ref_loader_package ) throws XtumlException;
public void setIndex( int ref_index ) throws XtumlException;
public void setAttr_name( String ref_attr_name ) throws XtumlException;
public void setLoad_value( boolean m_load_value ) throws XtumlException;
// selections
public AttributeLoaderSet R3008_is_a_AttributeLoader() throws XtumlException;
public TypeSet R3013_Type() throws XtumlException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy